WorksheetsQuiz by Ortusolis Technology Solutions Level 1
Total questions: 20
Worksheet time: 10mins
Pointing to a girl in a photograph,Arun said "Her mother's brother is the only son of my mother's father".How is the girl's mother related to Arun?
Mother
Sister
Aunt
Grandma
Look at this series: 12, 11, 13, 12, 14, 13, … What number should come next?
10
16
13
15
Which word does NOT belong with the others?
Trivial
Unimportant
Important
Insignificant
What will be the output of the following C code?
2
8
9
10
What is a variable?
Any inputted data
A type of algorithm
A laballed part of the computer's memory
A way of repeating a block of code
A good algorithm must be:
ambiguous
simple
open-ended
detailed
Which one of the following is escape sequences?
\r
\n
\f
\t
Java has its origin in
COBOL
PERRL
Oak programming language
C language
What does <= mean?
less than
greater than
less than or equal to
greater than or equal to
What punctuation is used to signal the beginning and end of code blocks?
{ }
-> and <-
BEGIN and END
( and )
JavaScript Code is written inside file having extension __________.
.jsc
.jvs
.js
.javascript
What is the proper CSS format for background color?
back-ground color:orange:
backgroundcolor-orange;
background:color:orange;
background-color:orange;
Every html page is required to have a linked CSS page.
True
False
Comments in coding is used to help
the programmer
anyone viewing the website
the editor of the code
the reader of the code
Which of the following is not a keyword of MYSQL?
Select
Top
Group
Insert
