Search questions from Quizizz Library

Search questions from Quizizz Library

University

13 Qs

quiz-placeholder

Similar activities

TUGAS INFORMATIKA SABTU, 12 OKTOBER 2024

TUGAS INFORMATIKA SABTU, 12 OKTOBER 2024

7th Grade - University

10 Qs

Python Programming Competition

Python Programming Competition

University

12 Qs

Year 12 Advanced Trigonometry Assessment

Year 12 Advanced Trigonometry Assessment

8th Grade - University

15 Qs

PYTHON APTITUDE

PYTHON APTITUDE

University

12 Qs

KELAS XI BAB 2 UJI PENGETAHUAN

KELAS XI BAB 2 UJI PENGETAHUAN

11th Grade - University

10 Qs

Chapter 3 : SQL Command

Chapter 3 : SQL Command

University

15 Qs

Java_MCQ_3

Java_MCQ_3

University

15 Qs

Web aplikacije - uvodne vježbe

Web aplikacije - uvodne vježbe

University

12 Qs

Search questions from Quizizz Library

Search questions from Quizizz Library

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Golda Dilip

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to take input from a user in Python?

cin >> name

scanf(name)

input("Enter your name: ")

get(name)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this code?

8

53

Error

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid Python variable name?

2value

value_2

value-2

@value

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types is immutable?

List

Dictionary

Set

Tuple

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the range(3) function return in a loop?

[1, 2, 3]

[0, 1, 2]

[0, 1, 2, 3]

[3, 2, 1]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement correctly defines a function in Python?

function greet():

def greet:

define greet():

def greet():

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the result of this code?

1

2

3

Error

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?