TechnoFuzzle

TechnoFuzzle

University

20 Qs

quiz-placeholder

Similar activities

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Java Array

Java Array

University

23 Qs

2221_CS211_03_IntroToComp_Group 4

2221_CS211_03_IntroToComp_Group 4

University

16 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

Technical Assessment

Technical Assessment

University

20 Qs

linux commands

linux commands

University

20 Qs

Code Combat

Code Combat

University

15 Qs

C - Structures

C - Structures

University

20 Qs

TechnoFuzzle

TechnoFuzzle

Assessment

Quiz

Computers

University

Hard

Created by

21X025 V

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What the command chmod 755 file.txt does not do in a Unix-like operating system?

Grant full permissions to everyone

Grant execute permissions to the group

Grant read, write, and execute permissions to the owner

Grant read and write permissions to the owner

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

How many times does "Infinity 2k24" gets printed?

11 Times

10 Times

0 Times

Infinite Times

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

Guess the output

4

Invalid type

Any Valid output

2

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

Trace the output

0 0 0 0

4 3 2 1

1 2 3 4

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the followings is correct for a function definition along with storage-class specifier in C language?

int fun(register int arg)

int fun(extern int arg)

int fun(static int arg)

int fun(auto int arg)

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

Guess the output

{0: 0, 1: 1, 2: 4, 3: 9, 4: 16, 5: 25}

Syntax Error

{1: 1, 2: 4, 3: 9, 4: 16, 5: 25,6:36}

Dictionary comprehension doesn’t exist

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following traversal outputs the data in sorted order in a BST?

Preorder

Inorder

Postorder

Level Order

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?