Init Me 3.4-1

Init Me 3.4-1

University

15 Qs

quiz-placeholder

Similar activities

Exception Handling

Exception Handling

University

13 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

Operators in C

Operators in C

University

12 Qs

Expression in C Programming

Expression in C Programming

University

10 Qs

ANALYSIS OF ALGORITHMS

ANALYSIS OF ALGORITHMS

University

15 Qs

Списки, кортежи, строчки и словари

Списки, кортежи, строчки и словари

University

13 Qs

Riset Operasi

Riset Operasi

University

10 Qs

Python Language 2

Python Language 2

University

10 Qs

Init Me 3.4-1

Init Me 3.4-1

Assessment

Quiz

Computers

University

Hard

Created by

CPSK KU

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which choice gives the different result?

Media Image
Media Image
Media Image
Media Image

All of the above choices give the same result

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What is the output of the following code fragment?

[1, 2, 3, 'Num']

[1, 2, 3, 'N', 'u', 'm']

[1, 2, 3]

'Num'

Runtimes error

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What is the output of the following program?

123 [1, 2, 3]

123 [1, 2, 3, 4]

1234 [1, 2, 3]

1234 [1, 2, 3, 4]

Nothing gets printed because there is an error when the program runs

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What is the output of the following program if the user enters 6 as an input?

[]

[1,2,3,5]

[2,3,5,13]

[1,2,3,5,8,13]

The program has an error.

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What is the output of the following program?

123 [1, 2, 3]

123 [4, 5, 6]

456 [1, 2, 3]

456 [4, 5, 6]

Nothing gets printed because there is an error when the program runs.

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What is the output of the following program?

123 [1, 2, 3]

123 [1, 2, 4]

124 [1, 2, 3]

124 [1, 2, 4]

Nothing gets printed because there is an error when the program runs.

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What is the print out of the following program?

G

M

d

g

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?