NEW
Font size
WorksheetsTechnical Quiz - INSIGHT 2K23
Total questions: 23
Worksheet time: 12mins
What is an operating system?
interface between the hardware and application programs
collection of programs that manages hardware resources
system service provider to the application programs
all of the mentioned
What is Software Engineering?
Designing a software
Testing a software
Application of engineering principles to the design a software
None of the above
Who is the father of the C language?
Steve Jobs
James Gosling
Dennis Ritchie
Rasmus Lerdorf
Which is a valid C expression?
int my_num = 100,000;
int my_num = 100000;
int my num = 1000;
int $my_num = 10000;
The C-preprocessors are specified with _________ symbol.
#
$
” ”
&
Which component is used to compile, debug and execute the java programs?
JRE
JIT
JDK
JVM
Which of these are selection statements in Java?
break
continue
for()
if()
What is the extension of compiled java classes?
.txt
.js
.class
.java
Which of the following is a linear data structure?
Array
AVL Tree
Binary Tree
Graphs
Which of the following data structures can be used to implement queues?
Stack
Arrays
LinkedList
All of the Above
What will be the output of the following C code?
Run time error
7
8
Depends on compiler
What will be the output of the following C code?
Run time error
h h
h e
h l
What is the output of C Program with switch statement or block?
MySwitch
No Output
Compiler Error
None of the above
What is the output of C Program with switch statement or block?
ANT KING PALACE
KING PALACE
PALACE
Compiler error
The necessary condition to be checked before deletion from the Queue is__
Overflow
Underflow
Rear value
Front value
conditional operators does not return a value
true
false
{1=C, 2=JavaEE, 4=Python, 3=PHP}
{1=C, 2=JavaSE, 3=Python, 4=PHP}
{1=C, 2=JavaEE, 3=Python, 4=PHP}
{1=C, 2=JavaSE,2=JavaEE, 3=Python, 4=PHP}
NullPointerException
JDK stands for
Java Developer Kit
Java Development Kit
Java Design Kit
Java Debugging Kit
Java is
Machine dependent language
Machine independent language
Which of the following is not logical operator?
&
||
!
&&
#include <stdio.h>
int main()
{
int a=10, b;
b=a%3;
printf("%d",b);
return 0;
}
0
2
4
1
The size of character variable in c
2 byte
5 byte
8 byte
1 byte
ChatGPT was Initially Released in the year
2010
2014
2022
2023
