wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Round 1 Code2duo

Total questions: 44

Worksheet time: 23mins

Name
Class
Date
1.

Team Name :

4 lines
2.

Yugam ID:

4 lines
3.

Phone number

4 lines
4.

Print(2**3**2)

a)

64

b)

512

c)

81

d)

9

5.

    a = [1, 2, 3]

b = a

a.append(4)

print(b)

What does it print?

a)

a) [1, 2, 3, 4]

b)

b) [1, 2, 3]

c)

c) [1, 2, 3, [4]]

d)


d) Error

6.

console.log(0.1 + 0.2 === 0.3);

a)

true

b)

false

c)

undefined

d)

error

7.

#include <stdio.h>

int main() {

    int x = 5;

    int y = x << 2;

    printf("%d", y);

    return 0;

}

What does it print?

a)

10

b)

20

c)

50

d)

error

8.

What does the acronym API stand for?

a)

(a) Application Programming Interface

b)

(b) Advanced Programming Interface

c)

(c) Abstract Program Interface

d)

(d) All of the above

9.

The ratio of boys to girls in a class is 3:2. If there are 15 girls, how many boys are there?

a)

9

b)

12

c)

18

d)

22.5

10.

In a pie chart, what percentage does a 90-degree slice represent?

a)

25%

b)

30%

c)

45%

d)

60%

11.

Which Git command is used to undo the latest changes made to the working directory?

a)

(a) git commit

b)

(b) git push

c)

(c) git checkout

d)

(d) git revert 

12.

Which data structure efficiently stores key-value pairs for fast retrieval?

a)

(a) Array

b)

(b) Linked List

c)

(c) Hash Table

d)

(d) Stack 

13.

int main() {

                int sum = 2 + 4 / 2 + 6 * 2;

                printf("%d", sum);

                return 0;

}

a)

2

b)

15

c)

16

d)

18

14.

What will be the output of the following code snippet?

#include <stdio.h>

void solve() {

    int a = 3;

    int res = a++ + ++a + a++ + ++a;

    printf("%d", res);

}

int main() {

                solve();

                return 0;

}

a)

12

b)

24

c)

20

d)

18

15.

What is the output of the following code snippet (assuming C++ or Java): int x = 5; x /= 2; cout << x;?

a)

2.5

b)

2

c)

5

d)

Error

16.

In a binary search algorithm, what property must the data be in to ensure efficient search?

a)

(a) Sorted in ascending order

b)

(b) Sorted in descending order

c)

(c) Unordered

d)


(d) Linked list format

17.

What is the difference between a compiler and an interpreter in programming languages?

a)

 (a) A compiler translates code into machine code all at once, while an interpreter executes code line by line.

b)

(b) A compiler is for high-level languages, while an interpreter is for low-level languages.

c)


(c) A compiler is faster, while an interpreter is more flexible.

d)


(d) All of the above.

18.

What is the purpose of an operating system (OS) on a computer?

a)

 (a) To manage hardware resources

b)


(b) To provide a user interface

c)


(c) To run applications

d)


(d) All of the above

19.

Type of malware that downloads onto a computer disguised as a legitimate program

a)

a) Virus

b)


 (b) Worm

c)


(c) Trojan Horse

d)


 (d) Spyware

20.
  1. Various terms of an alphabet series are given with one or more terms missing. Select the missing terms from the choices.

  2. AZ, GT, MN, ?, YB.

a)
  1. KF

b)
  1. RX

c)
  1. SH

d)
  1. TS

21.
  1. The various terms of an alpha-numerical series have been given with one or more terms missing. Choose the missing terms from the choices. A/2, B/4, C/6, D/8

a)
  1. E/8, F/10

b)
  1. E/12, F/14

c)
  1. E/10, F/12

d)
  1. D/10, E/10

22.
  1. Poles : Magnet :: ? : Battery 

a)
  1. Energy

b)
  1. Power

c)
  1. Terminals

d)
  1. Cells

23.
  1. What is the compound interest on a sum of ₹40,000 for 33 years at the rate of 11% per annum?

a)
  1. ₹14444.25

b)
  1. ₹14706.26

c)
  1. ₹14322.10

d)
  1. ₹14705.24

24.
  1. If Ajith writes code for COUNSEL as BITIRAK, how will he write GUIDANCE?

a)
  1. EOHYZKBB

b)
  1. FOHYZJBB

c)
  1. FOHZZKAB

d)
  1. HOHYBJBA

25.
  1. An accurate clock shows 8 am. Through how may degrees will the hour hand rotate when the clock shows 2 pm?

a)
  1. 154°

b)
  1. 172

c)
  1. 160°

d)
  1. 180°

26.
  1. An old clock is set at 5 am. If the old clock loses 16 minutes in 24 hours, what will be the exact time when the clock indicates 10 pm on 4th day?

a)
  1. 11 pm

b)
  1. 1.15 pm

c)
  1. 11.30 pm

d)
  1. 10 pm

27.
  1. Kushal and Maya started a business by investing Rs. 36,000 and RS. 63,000. Find the share of each, out of the annual profit of Rs. 5500.

a)
  1. Rs. 3500, Rs. 2500

b)
  1. Rs. 2500, Rs. 3500

c)
  1. Rs.4000, Rs. 3500

d)
  1. Rs. 2000, Rs. 3500

28.
  1. A train is moving at a speed of 132kmph. If the length of the train is 110 meters, how long will it take to cross a railway platform 165 m long?

a)
  1. 6.0 s

b)
  1. 7.5 s

c)
  1. 7.0 s

d)
  1. 8.5 s

29.
  1. The digit in the unit's place in the square root of 15876 is

a)
  1. 2

b)
    1. 4

c)
    1. 6

d)
  1. 8

30.
  1. In the organized society of today, no individual or nation can plough a lonely furrow.

a)
  1. Remain unaffected

b)
  1. Remain non-aligned

c)
  1. Survive in isolation

d)
  1. Do without the help of others

31.
  1. The difference between the value of the number increased by 20 % and the value of the number decreased by 25 % is 36. What is the number?The difference between the value of the number increased by 20 % and the value of the number decreased by 25 % is 36. What is the number?

a)
  1. 720

b)
    1. 80

c)
    1. 7.2

d)
  1. 0.8

32.
  1. 40 % is the passing marks. A student gets 250 marks yet fails by 38 marks. What are the maximum marks?

a)

800

b)

844

c)

720

d)

745

33.
  1. The sum of the first sixty numbers from one to sixty is divisible by

a)

13

b)

60

c)

61

d)

59

34.
  1. A little boy name Varma added all natural numbers from 1 to 10. However, he added one number twice due to which the sum becomes 58. What is the number which Varma added twice?

a)

4

b)

7

c)

3

d)

8

35.
  1. (53×87+159×21+106×25) is equal to

a)

16000

b)

1060

c)

10600

d)

60100

36.
  1. Arrange the following in the order of the dictionary.

  2. 1.Scenery

  3. 2. Science

  4. 3. Scandal

  5. 4. School

  6. 5. Scatter

a)
  1. 3,5,1,4,2

b)
  1. 3,5,4,1,2

c)
    1. 5,3,4,2,1

d)
  1. 5,3,2,1,4

37.
  1. A tower standing on a horizontal plane subtends a certain angle at a point 160 m apart from the foot of the tower. On advancing 100 m towards it, the tower is found to subtend an angle twice as before. The height of the tower is

a)

80 m

b)

90 m

c)

160 m

d)

200 m

38.
  1. By increasing the radius of a sphere by 50 per cent, by how much per cent will become the area of its surface increase?

a)

145

b)

125%

c)

150%

d)

300%

39.
  1. Dimple can type 10 pages in 5 minutes. Athena can type 5 pages in 10 minutes. Working together, how many pages can they type in 30 minutes?

a)

15

b)

68

c)

88

d)

75

40.

Which AI research lab recently unveiled a new system that

can generate realistic videos from just text descriptions?

a)

a) OpenAI

b)

b) DeepMind (Google)

c)

 c) Meta

d)


d) Amazon Web Services

41.

A growing trend in software development involves using large language models (LLMs) to automate tasks. What is one specific example of how LLMs are being used in this way?

a)

a) Writing marketing copy

b)


 b) Generating code snippets for developers

c)


 c) Automating customer service interactions

d)

d) Designing user interfaces

42.

A major software development company recently announced a shift towards

a more open-source approach for some of its products. Which company is it?

a)

 a) Adobe

b)


b) Microsoft

c)


 c) Apple

d)


d) Oracle

43.

A popular web browser recently announced a major update focused on improving user privacy. Which browser and what specific feature is it?

a)

a) Safari - Enhanced incognito mode

b)

b) Chrome - Built-in VPN integration (Not yet implemented)

c)

 c) Firefox - Blocking third-party trackers by default

d)


d) Edge - Encrypted browsing history

44.

 A major tech company is planning to launch a project that aims to bring internet access to remote areas. Which company is it, and what technology will it use?

a)

 a) Apple - Lidar Drones

b)

b) Microsoft - Satellite Network

c)


c) Amazon - High-Altitude Balloons

d)


d) Meta - Mobile Signal Boosters