More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
10th Class Computer Science English Medium KPK Boards Online Mcqs MCQs With Answers
Question # 1
Which operator makes it true, if it is false and false if it true ?
Choose an answer
Previous
Skip
Next
Question # 2
Which escape sequence is used to print the output on multiple lines ?
Choose an answer
\c
\t
\n
\r
Previous
Skip
Next
Question # 3
Which functions performs commonly used mathematical calculations, string operation, imput/output operations etc.
Choose an answer
Built -in function
Library functions
Standard functions
All of these
Previous
Skip
Next
Question # 4
Choose an answer
a++;
a--;
both (a) and (b)
none
Previous
Skip
Next
Question # 5
Which language was developed by Dennis Ritchie ?
Choose an answer
Java
C
Python
COBOL
Previous
Skip
Next
Question # 6
Which Statements is used ot execute not set of instructions, if a particular condition is true and another set of instructions if the condition is false.
Choose an answer
if
else
if else
loop
Previous
Skip
Next
Question # 7
In which control all the statements are executed in the given sequence:
Choose an answer
Previous
Skip
Next
Question # 8
Software that allows programmers to write and edit computer progams:
Choose an answer
editor
code
software
programmer
Previous
Skip
Next
Question # 9
In If statement, what happens if condition is false ?
Choose an answer
program crashes
index out of bound error
further code executes
compiler asks to change condition
Previous
Skip
Next
Question # 10
All the statements inside these ______ make the body of main function:
Choose an answer
{ }
()
??
==
Previous
Skip
Next
Question # 11
Which symbol is used to represent the OR operator ?
Choose an answer
Previous
Skip
Next
Question # 12
GUI stands for:
Choose an answer
graphical user interface
user interface
global user interface
grammar interface
Previous
Skip
Next
Back