NEW
Font size
WorksheetsRound-1 Technical Aptitude
Total questions: 20
Worksheet time: 10mins
Which of the following is not an Object Oriented Programming Language?
Java
Python
C language
C++
What do you call the list of instructions to write a successful program?
Algorithm
Blueprint
Flowchart
Code
Which of the following is a coding error?
Coder error
Typing error
Runtime error
Function error
Which of the following is not a datatype in C++?
int
float
string
byte
What do you call a short section of code written to complete a task?
Loop
Structure
Function
Buffer
What does the following mean?
A!=B
A is assigned to B
A is equal to B
A and B are not equal
It is not a valid expression
Which of the following is a false statement?
JAVA was originally named OAK
HTML stands for hypertext markup language
C was the first ever programming language
The first ever programming language was developed in 1883
Which language is not used in web development?
C++
Java
C#
Python
Which of the following programming language is used to create programs like applets?
Python
C Language
Java
BASIC
Where is Microsoft Office Headquarters?
Texas
New York
California
Washington
Who is known as the father of computer science?
Bill gates
Alan Turing
Joe Goldberg
Steve Jobs
Which one is volatile memory in a computer system?
Hard Disk
RAM
Optical Drive
ROM
What is the name of the software used to convert an assembly language program into machine code?
Assembler
Interpreter
Compiler
Translator
What is the binary equivalent of 22?
10110
01001
01101
10101
What is the output of the code snippet?
Infinite Loop
Prints "Hello" once
No output
Compile Error
What is a pointer?
A keyword used to create variables
A variable used to store address of an instruction
A variable used to store address of other variable
A variable used to store address of a structure
In the given code, the function fopen() uses "r" to open the file "source.txt" in text mode for which purpose?
For reading
For reading and writing
For creating a new file "source.txt" for reading
For creating a new file "source.txt" for writing
What is the Linux command used to change name of a directory?
pwd
cp
mv
cd
Which type of inheritance is shown in the given code?
Multiple Inheritance
Multi level Inheritance
Single Inheritance
Hierarchical Inheritance
What is the ASCII value of 'm' ?
110
109
77
76
