Preliminary Round

Preliminary Round

University

15 Qs

quiz-placeholder

Similar activities

TECHNICAL C JIT03

TECHNICAL C JIT03

University

15 Qs

Basics: Data structure 2024

Basics: Data structure 2024

University

20 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

C++ vs Python: A Quiz Introduction

C++ vs Python: A Quiz Introduction

11th Grade - University

10 Qs

Linux 3-4

Linux 3-4

University

20 Qs

Talent Next Java MCQ-1

Talent Next Java MCQ-1

University

10 Qs

Java Programming

Java Programming

University

10 Qs

C Programming Quiz

C Programming Quiz

University

19 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?