Preliminary Round

Preliminary Round

University

15 Qs

quiz-placeholder

Similar activities

Array Addresses 2024

Array Addresses 2024

University

20 Qs

Dynamic Arrays C++

Dynamic Arrays C++

University - Professional Development

10 Qs

Arrays and Pointers in C

Arrays and Pointers in C

University

15 Qs

C - Pointers

C - Pointers

University

10 Qs

C Programming Basics - 003

C Programming Basics - 003

University

10 Qs

Basics Of C Programming

Basics Of C Programming

University

10 Qs

C - Structures

C - Structures

University

20 Qs

Coding club Summit Online Quiz

Coding club Summit Online Quiz

University

15 Qs

Preliminary Round

Preliminary Round

Assessment

Quiz

Computers

University

Hard

Created by

Santhosh Bala

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If a data center has 5 Petabytes (PB) of storage capacity, how many Gigabytes (GB) of storage is this equivalent to?

5,120,000 GB

5,000,000 GB

5,242,880 GB

5,485,760 GB

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Excel functions can be used to return the current date and time?

=TODAY()

=DATE()

=TIME()

=NOW()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods can be used to create a page break in Microsoft Word?

Pressing Ctrl + Enter

Clicking Insert > Break > Section Break

Clicking Home > Line Spacing > Page Break

Clicking File > Page Setup > Page Break

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Microsoft PowerPoint, what is the purpose of the 'Slide Master' view?

To rearrange the order of slides

To apply consistent formatting across multiple slides

To add animations to slides

To change the layout of individual slides

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Consider a flowchart where a user inputs a number, and the algorithm calculates the factorial of that number. Which of the following control structures would be most appropriate for representing the iterative process in this flowchart?

A sequence structure with a decision box at each step

A loop structure that repeats until the input number is 0

A branch structure to check if the number is 0 or not

A nested loop structure that breaks after the first iteration

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are designing an algorithm to find the second largest number in an unsorted array. Which of the following approaches would provide the most efficient solution in terms of time complexity?

Sort the array and pick the second-to-last element

Traverse the array twice, once to find the maximum and a second time to find the second largest

Traverse the array once, keeping track of both the largest and second largest values

Use a recursive approach to compare each element with all others

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What will be the output of the given C code?

Count: 10

Count: 7

Count: 6

Count: 20

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?