You are on page 1of 8

SET 1

1) Git is a distributed version


system. Answer: Control.

DNS stands for


. Answer: Domain Name
System.

2)
#include
<stdio.h> int
main() {
printf("%d\n",
sizeof('A')); return 0;
}
Answer: 4

3) Complete the word:


J_ _a Answer: Java

4) Unscramble:
AOJOVPA Answer:
Java

SET 2
1) The acronym HTTP in website URLs stands for
. Answer: Hyper Text Transfer Protocol.

2) #include
<stdio.h> int
main() {
int x = 5, y = 2;
printf("%d\n", x /
y); return 0;
}
Answer: 2
3) Complete the word: P_ l_ m _ _
_h_ _m Answer: Polymorphism

4) Unscramble:
RCEUSRIVE
Answer: Recursive
SET 3

1) The OSI model has layers.


Answer: Seven.

2) #include
<stdio.h>
int main()
{
int a = 5, b = 2, c = 7;
printf("%d\n", (a > b) && (b
> c)); return 0;
}
Answer: 0
3) Complete the word: M _ C _ OR _ _ L _ R P _ O G _ _ M _ I _ _
Answer: MICROCONTROLLER PROGRAMMING
4) Unscramble:
OLRACNTOLEPN
Answer: Control Panel

SET 4

1) Script was created by Netscape in collaboration with .


Answer: Sun Microsystems.

2) #include
<stdio.h>
int main()
{
int x = 5,
y = 3; x
+= y;
printf("%d\
n", x);
return 0;
}
Answer: 8
3) Complete the word: D _c_ _ _n t_ t _ _n
S_ r_ n_ s Answer: Documentation
Strings

4) Unscramble:
SPRNEGIRI
Answer:
Reprising

SET 5

1) The programming language known for its usage in artificial intelligence and machine
learning is .
Python .

2) #inclu
de
<stdio
.h> int
main()
{
int x = 3, y = 4;
printf("%d\n", x+
+ + ++y); return
0;
}
Answer: 8
3) Complete the word: L _ _ t C_ _ p_
_h _ _ s_ _n Answer: List
Comprehension

4) Unscramble: NIGOOTARPC
Answer: Octagonrip
SET 6

[1] The language used for creating dynamic and interactive web pages is .
Answer: Script.

2) numbers = [1, 2, 3]

squared = list(map(lambda x: x**2,


numbers)) print(squared)
Answer 8: [1, 4, 9]

3) Complete the word: D A _ A _ E _ E N _ _ A L _ Z _ T _


_ N Answer: DATA DECENTRALIZATION

4) Unscramble:
DBETAARS A Answer:
DataBears

SET 7
1) The concept of virtual memory is based on the principle of .
Answer: Paging.

2) #include
<stdio.h>
int main() {
int x = 2, y = 4;
printf("%d\n", x
<<= y); return 0;
}
Answer: 32

3) Complete the word: M _ C _ O__R _ _ L _ R P _ O G _ _ M _ I _ _


Answer: MICROCONTROLLER PROGRAMMING
4) Unscramble:
FLOUTI
Answer: Outlif

SET 8

1) The programming language developed by JetBrains and endorsed by Google for Android
app development is .
Kotlin.
2) #include <stdio.h>
int main()
{
int a = 3,
b= 2;
printf
("%d\n", a
^ b);
return 0;
}
Answer: 1

3) Complete the word:

R___T_CP_OG_AM_I__

Answer: ROBOTIC PROGRAMMING

4) Unscramble:
FTNEROAOIC
Answer:
Coniferato

You might also like