Font size
WorksheetsInstitute Of Cyber Study
Total questions: 50
Worksheet time: 25mins
Q 1 - The Full From of CSS ?
Cascading sheets style
Color And Style Sheets
Cascading Style Sheets
All of the Above
html stands for .......................
Hyper text markup language
Hyper text marking language
High text markup language
All of the above
You need a scanner to ... documents and pictures.
scan
install
load
Which of these are programming languages?
C.
Portuguese.
Visual Basic.
XPTO.
What does this image represent?
Fatherboard.
Anyboard.
Motherboard.
Chip.
What is the meaning of the acronym www?
Have no special meaning.
World Wide Web.
World Weather Web.
World Warm Web.
Which of these are high-level programming languages?
C++.
Java.
Assembly.
Basic.
What is the Internet?
A local network.
Mobile phone network.
Is the global system of interconnected computer networks that use the TCP/IP protocol to link devices worldwide.
A local computer network providing a variety of information and communication facilities.
What is the name of this device?
Laser printer.
3-D printer.
Scanner.
Inkjet printer.
Mouse is used to
add gap in between the words.
listen to the music
enter the numbers
Drag and drop the files.
To erase the letters to the left of cursor, we use _____
Backspace key
Delete Key
Enter Key
Caps Lock
Which key is used to type capital letters?
Enter Key
Function keys
alphabet key
Caps Lock
(a) key is used to erase the letters on the right of the cursor.
Write the total number of alphabet keys.
(a)
Which keys are used to scroll the page up-down?
Number Keys
Alphabet Keys
Function Keys
Arrow Keys
What is the blinking bar called?
Arrow
Mouse
Cursor
letter
Which of the following are called the special keys?
Caps Lock
Enter Key
Arrow Keys
Backspace and Delete Keys
All of the above.
Show what the software is doing.
(a) made and came up with the idea of computers
click the skills of computers
Answering questions
doing laundry
coding
What is a computer?
An electronic device that receives input, processes it and provides an output in the desired format.
An electronic device to do homework, play video games or surf on the internet.
An electronic device that receives input, stores or processes the input and provides an output in the desired format.
What is The Correct Syntax of doctype in html
</ doctype html >
< doctype html >
<! doctype html >
< doctype html />
Which of the Following is largest heading ?
head
<h1>
<h6>
heading
Which html tag is used to insert image ?
<img url="html logo.jpg"/>
<img src ="html logo.jpg"/>
<img alt="html logo.jpg"/>
<img link="html logo.jpg"/>
Which the following html tag is used to add a row in a table ?
<th>
<td>
<tr>
<tt>
How to Create a checkbox in html form ?
<input type ="text">
<input type="textarea">
<input type="checkbox">
<input type ="button">
Haw ton Create list in html ?
<ul>
<li>
<ol>
<herf>
We enclose html tags within ?
{ }
< >
!!
None of these
Which of the following tags dose't require a closing tag ?
<br>
<hr>
Both A and B
None
A program in html can be read by web browser ?
Web browser
server
Notepad
All of the above
In how many ways can CSS be Written in ?
2
4
3
5
Haw can we select an element with a specific ID in CSS ?
*
#
.
None of the above
