Code Master - CN

Code Master - CN

University

53 Qs

quiz-placeholder

Similar activities

8th Grade Trivia Challenge

8th Grade Trivia Challenge

8th Grade - University

52 Qs

Python (52-101)

Python (52-101)

University

50 Qs

TRYOUT SEM GANJIL INFORMATIKA 8

TRYOUT SEM GANJIL INFORMATIKA 8

1st Grade - University

50 Qs

econ review

econ review

University

48 Qs

BUSI 101_Week 2_Business Environment Quiz

BUSI 101_Week 2_Business Environment Quiz

University

51 Qs

ANIMAL WORLD QUIZIZZ - 3R ESCOLA LA MUNTANYA

ANIMAL WORLD QUIZIZZ - 3R ESCOLA LA MUNTANYA

1st Grade - University

50 Qs

Python Code Output Quiz

Python Code Output Quiz

University

56 Qs

Guess Nook

Guess Nook

University

50 Qs

Code Master - CN

Code Master - CN

Assessment

Quiz

English

University

Hard

Created by

Haribabu Thammineni Lendi Institute of Engineering and Technology

Used 1+ times

FREE Resource

53 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of the `#include <stdio.h>` directive in C?

To include standard input/output functions

To define a macro

To include math functions

To include string manipulation functions

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of `printf("%d", sizeof(char))`

1

2

4

depends on compiler

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which sorting algorithm has the worst-case time complexity of O(n^2)

Merge Sort

Quick Sort

Bubble Sort

Insertion Sort

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In a binary search tree (BST), what is the maximum number of children a node can have?

3

2

1

undefined

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does FIFO stand for?

First In, First Out

First Input, First Output

First In, First Ordered

First Index, First Out

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following data structures is not linear

Array

Linked List

Stack

Tree

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of `print("hello" + 3)` in Python

hello3

hellohellohello

Error

None of the above

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?