0% found this document useful (0 votes)
17 views

IT Terminal Qestion Bank 2023

The document is a comprehensive question bank for Information Technology, covering topics related to HTML, computer hardware, software, and networking. It includes fill-in-the-blank questions, true or false statements, and multiple-choice questions to assess knowledge in these areas. The content is structured for educational purposes, particularly for FYJC terminal examinations.

Uploaded by

legendsaqib841
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

IT Terminal Qestion Bank 2023

The document is a comprehensive question bank for Information Technology, covering topics related to HTML, computer hardware, software, and networking. It includes fill-in-the-blank questions, true or false statements, and multiple-choice questions to assess knowledge in these areas. The content is structured for educational purposes, particularly for FYJC terminal examinations.

Uploaded by

legendsaqib841
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Information technology (Science)

Question Bank (FYJC TERMINAL)


AIDED AND UNAIDED

Fill in the blanks

1) HTML stands for__________(Hyper Text Markup Language)


2) _________tag is used to break the line (< Br >)
3) To change the background color of the wed page _________ attribute is
used of <Body> tag (bgcolor)
4) ________tag is used to specify heading in a document (<Hn>)
5) ________tag is used to indicate subscript in the document ( <sub>)
6) _________tag is used to indicate superscript In the document (<sup>)
7) __________attribute gives color to the border of a table (bordercolor)
8) Paired tag is also known as _____ . ( Container)
9) ______ tag is smallest heading tag. (<H6>)
10) _____ tag is used to create hyperlinks. (<A>)
11) ____ tag is used to insert image in webpage. (<Img>)
12) In table, rows are created by ____ tag. (<TR>)
13) ______ tag is largest heading tag. (<H1>)
14) ____ tag is used to indicate paragraph in document. (<p>)
15) _____ tag makes text one size smaller than the previous size. (<small>)
16) _____ attribute of <body> tag defines the color of the hyperlink. (link)
17) ______attribute of <marquee> specifies scrolling direction of text
(direction)
18) URL stands for ______( Uniform Resource Locator)
19) _____ attribute of <body> tag defines the color of the text of the page.
(Text)
20) WWW stands for_________ (World Wide Web)
21) The pages displayed on internet are called as _____ ( Web Pages )
22) _____ is a collection of interlinked web pages . ( Website)
23) The _____ are keywords enclosed within angular brackets . ( Tags )
24) HTML provides _____ levels of headings. (Six)
25) The ___ attribute of <img> tag is used to specify the path of an image file .
( src)
26)______ Tag is used to create drop-down list (<select>)
27) <Input type= ________ > creates the Textbox on the Webpage.(Text )
28) <Input type= ________ > creates the Textbox which accepts the
password.(Password )
29) Get or __________ are the values of method attribute of <form >
tag.(post)
30)Action and _____ are the attributes of <form> tag.(method)
31) __________attribute gives backgroundcolor to the table (bgcolor)
32) ______ attributes defines the maximum characters that can be entered
into text or password type input field. (maxlength)
33) To show the checkbox selected by default ______ attribute is added with
the <input> (checked)
38) To create a drop down list in HTML __________ tag is used.(<select>
39) To specify atoms in the <select>tag _________ tag is used. (<option>)
40) ___ tag is used to create multiline text entry field .(<textarea>)

Fill in the blanks:


1. A group of 4 bits is known as a _____ . (Nibble)
2. Information technology can process raw data into useful ____ .
( Information)
3. Collection of computer programs are referred as _____ . (Software)
4. A ____ is a programmable machine.(Computer)
5. ____ is permanent or static memory. (ROM)
6. The processed data is called ______. ( Information)
7. ICT stands for _________ ( Information and Communication Technology)
8. RAM stands for ________ ( Random Access Memory )
9. ROM stands for ________ ( Read Only Memory )
10. DOS stands for ________ (Disk Operating system )
11. _________ is a series of operating systems that are designed by Microsoft.
( Windows )
12. Apple corporation’s registered operating system is called ________
a. ( Mac OS )
13. Chrome OS is an ________ operating systems created by Google ( open –
source )
14. ______________ software is a program or group of programs designed for
end users(Application Software)
15. Asha is ____________ OS.(Closed Source).
16. Blackberry is ___________ OS.(Closed Source)
17. Android is _______ OS provided by Google.
18. ......... means connecting computer to any other computer anywhere in the
world.(Internet)
19. CLI stands for ...........(Command Line Interface)
20. A set of instructions given to the computer is known as a……… (Program)
21. ………. is a set of instructions required for a computer to work( System
software).
22. GUI stands for………...( Graphical User Interface).
23. ……… is a group of interconnected computers or devices to have
communications within themselves. (Computer Network)
24. HTTP stands for……….. (Hyper Text Transfer Protocol)
25. DNS stands for……… (Domain Name System)
26. FTP stands for………… ( File Transfer Protocol)
27. _______ command changes your current Directory.(Cd)
28. _____ command lists the files and folders (Ls)
29. In ________ architecture all matchines are called as peers. (Peer To Peer)
30. In _____ network has no dedicated servers.(Peer To Peer)
31. In _____ type of architecture there are two types of matchines in network,
client and server.(Client Server)
32. The ________ is the highway of information.(Internet)

True or False
1) The <Title> tag is always place outside the <Body> tag (TRUE)
2) Any type of calculation cannot be done in HTML (TRUE)
3) HTML is a system programming language (False)
4) Every HTML program has a fixed structure (TRUE)
5) In HTML, tags are defined [ ] brackets (False)
6) Background attribute is used with <body> tag (TRUE)
7) HTML has six different heading sizes (TRUE)
8) The <H6> is the highest level of heading (False)
9) The <H1> is the highest level of heading (TRUE)
10) In HTML tables can be inserted (TRUE)
11) HTML code is not case sensitive (TRUE)
12) Bgcolor attribute is used to change the color of text. (False)
13) Background attribute is used with <body> tag. (TRUE)
14) HTML has six different heading sizes. (TRUE)
15) HTML document can be saved by .html extension ( )
16) Superscript effect can be created with the help of the <S> tag.(F)
17) VLINK is an attribute of <body> tag .( TRUE)
18) <TR> tag is used to create table data . (False)
19) PWD command prints the path to the current directory.
20)checkboxes are used only for single selection. (False)
21)Submit button can be created with input tag. (True)
22)Radiobuttons are used only for single selection(True)
23) Reset button can be created with input tag(True)
24) <TR> tag is used to create table data . (False)
25) <select> and <option> tag is used to create dropdown list on the form-
(True)
26) reset button is used to clear the content of the form ( True)
27) Submit button is used to send the data to backend for processing (True)
28) <form> tag is used to create a form in web page (True)
29) Multiple attribute of <select> is used to select more than one entries from
the list (True)
30) forms in html is used to accept user input (True)
31) To create text box with multiple lines <textarea> tag is used (True)
32) To create text box with multiple lines <input type = “text” > tag is used
(False)

True / False:
1. Collection of computer program is referred as hardware(False )
2. Printer is an input device. ( False )
3. Keyboard is an input device. ( TRUE )
4. CU performs arithmetic and logical operation in CPU ( False )
5. ALU unit performs arithmetic & logical operations. (TRUE )
6. Hardware means a set of instructions that tells computer what to perform.
(False )
7. Motherboard is also called as system board. ( TRUE )
8. Save option is used to make duplicate copy of a file ( False )
9. RAM is known as Read/Write memory (TRUE )
10. RAM is permanent memory (False)
11. ROM is permanent memory (True)
12. RAM is known as Non Volatile memory (False )
13. Program or set of programs is called as hardware (False)
14. Software is a set of instructions given to the computer is known as
program.(True)
15. Application software is a program designed for end users . (True)
16.System software is asset of instructions required for a computer to work.
(True)
17. LINUX is a open source operating system. (True)
18.Asha is a closed source operating system. (True)
19. Android is a free and open source operating system provided by Google.
(True)
20. Windows is a series of operating systems that are designed by Microsoft
.(True)
21. Nano is a text editor. (True)
22. Whoami command prints the name of the current user on terminal .
(True)
23. Touch command creates a new file. (True)
24. Clear command is used to clear the command prompt. (True)
25. Echo command is used to display line of text that are passed as an
argument. (True)
26.LAN covers large geographical area.(False)
27. LAN is difficult to setup. (False)
28. Peer to Peer network has no dedicated server . (True)
29.Internet is the highway of information. (True)
30.A protocol is a set of rules that governs the communication between
computers on a network. (True)
Multiple choice questions (Single correct answer)

1) The smallest level of heading tag is ________


i) <H1> ii) <H6> iii) <H7> iv) <H0>
2) To display text in bold form _________tag is used.
i) <bold> ii) <b> iii) <b1> iv) <bd>
3) To insert Image on web page _______tag is used
i) <Img> ii) <Image> iii) <background> iv) <Picture>
4)..................... tag is used to create a textbox with multiple lines .
A] <text> B] <textarea> C] <multitext> D] <multiple>
5) In table row is created by _________tag.
i) <br> ii) <tr> iii) <row> iv) <td>
6) To insert Line break ________ tag is used.
i) <break> ii) <br> iii) <bk> iv) <Line break>
7) <Marquee> tag has following attribute_____.
(i)Action (ii) start (iii) Direction (iv) Size
8) _____ attribute is used to set background image for the webpage.
(i)img (ii)background (iii)bgimage (iv)src
9) To define table row ___ tag is used. (i)<td> (ii)<row> (iii)<tr> (iv)<tablerow>
10) <Title> tag is present inside ______.
(i)<body>..</body> (ii) <head>..</head> (iii) )<form>..</form> (iv) None
11) The text appeared between ______ will be displayed in italics
(i) <I> …</I> (ii) <Italic>….<Italic> (iii) <u>….</u> (iv) <It>….</It>
12)To display horizontal line on web page ______ tag is used.
(i) <HR>(ii) <Hor> (iii) <h1> (iv) <li>
13)The highest level of heading tag is ________
i)<H1> ii) <H6> iii) <H7> iv) <H0>
14) _______ value of method attribute sends information to the server.
A]Post B] submit C] form D]get
15) The ________ attribute is used to allow the user to select more than one
value.
a) multiple b) name c) size d) value
16) The _______ attribute specifies width of the text box.
a) size b) length c) name d) width
17) To specify number of lines in <textarea> ________ attribute is used.
a) cols b) rows c) width d) lines
18) To specify width of <textarea> _______ attribute is used.
a) cols b) rows c) width d) lines
19)______tag is used to specify a table heading.
A] <caption> B] <heading> C]<title> D] <tableheading>
20)To create dropdown list______ tag is used.
A] <teatarea> B]<input> C] <select> D] <list>

Multiple choice questions (Single correct answer)

(1) FTP stands for .....................


A]File To Process B] File Transfer Protocol
C] File Transfer Procedure D] File To Protocol
(2) …….... is a programmable machine
A]Computer B]Hardware C] Software D] Application
(3) DNS stands for .....................
A]Domain Name System B] Data Network Security
C] Data Network System D] Domain Network System
(4) Cat Command is used to................. .
A] concatenate files B] copy files C]cut files D] list files
(5) ........ is internal memory of the computer.
A] Secondary memory B] Logical Memory C]Primery Memory D] Cache
Memory
(6) A group of .............. bits is known as byte .
A] 64 B] 4 C]8 D] 7
(7) DOS stands for ………….
A]Disk Operating System B]Disk Open Source
C]Disk Open System D]Direct Operating System
(8) LAN stands for……………
A] Local Area Network B] Large Area Network
C]Light Area Network D]Long Area Network
(9) GUI stands for…………..
A]Graphical User Interface B]Graphical Unit Input
C]Graphical User Input D]Graphical Unit Interface
(10) A group of ____ bits is known as byte.
a. Eight b. seven c. Twelve d. Four
(11) OS stands for _____ .
b. Operating System b. Operation system c. Opening Systemd. Objected
system
(12) _____ is known as non volatile memory.
c. RAM b. Memory c. ROM d. Floppy disk
(13) ____ unit gets instructions out of memory unit.
d. Control b. ALU c. Output d. CPU
(14) _______ unit performs arithmetic and logical operations
e. control b. ALU c. Output d. CPU
15) Cat command is used to…… .
(a)Concatenate files (b) Copy files (c)Cut files (d)List files
16) In GNU/LINUX , the top most directory is called ……… directory.
(a)Main (b) Root (c) First (d) Top
(17) ……… is internal memory of the computer.
(a)Secondary Memory (b)Logical Memory (c) Primary Memory (d) Cache
Memory

Multiple choice questions (TWO correct answer)

1) Following are the attributes of <font> tag


i) Bgcolor ii) size iii) type iv) face
2) These are the valid physical tags
i) <S> ii) <U> iii) <I> iv) <bold> v) <X>
3) Following are the attributes of <Marquee> tag
i) align ii) direction iii) type iv) loop
4) Following are the attributes of <table> tag
i) tr ii) border iii) bgcolor iv) src
5) Following are the attributes of <body> tag
i) color ii) text iii) bgcolor iv) img
6) Following tags are used to define the text in table cell
I)<tr> ii) <th> iii) <td> iv) <tc>
7) ................. and .............. are Operating Systems for mobile phones.
(a) Asha (b) Blackberry (c) Pooja (d) MOS (e) Whatsapp
8)................. and .............. are closed source softwares.
(a) Linux (b) DOS (c) Windows (d) Unix (e)Chrome OS
9) Following are the popular I.T. enabled services .
(a) Medical store (b) Call centers (c) Data centers (d) General stores (e)
Inteligent store
10) Following are the output devices.
(a) Mouse (b) Monitor (c) keyboard (d) printer (e) OCR
11) Attributes of <table> tag are:
(a)align (b) bgcolor (c) color (d) src (e) link
12)To insert data in table cells following tags are used :
(a) <td> (b) <tr> (c) <th> (d) <tc> (e)<table>
13) Attributes of <form> tag are :
(a) Action (b) Method (c) get (d) post (e) src
14) Method attribute of <form> tag has following values:
(a) Action (b) enter (c) get (d) post (e) src
15) Following are the values of type attribute of <input> tag.
(a) Text (b) Select(c) Radio (d) img (e) textarea
16) The number of lines and width of textarea are specified using ____ and ___
attributes.
(a) rows (b) cols (c) width (d) height (e) size
17) Attributes of <select> tag are :
(a) required (b) multiple (c) placeholder (d) list (e) size
18) Following tags are used to create dropdown list.
(a) <select> (b) <textarea> (c) <option> (d) <input> (e)<table>
19) Following are the operating systems for personal computers.
(a) DOS (b) Android (c) blackberry (d) windows (e) software
20) Examples of protocols are ____
(a) POP3 (b) HTTP (c) MTP (d) STP (e) JRD
21) Following are LINUX commands:
(a) cd (b) cat (c) display (d) folder (e) pc
Paper Pattern
Marks -50
Q.1]Fill In The Blanks 5
Q.2]True Or False 5
Q.3]Multiple Choice Single Answers 10
Q.4] Multiple Choice Two Answers 10
Q.5] Multiple Choice Three Answers 6
Q.6]Match the Following 4
Q.7]Answer Briefly(Any 5) 10

Syllabus
Chap 1 : Basics of Information Technology
Chap 3: Impressive Web Designing ( Only HTML upto FORM topic)

You might also like