Session 2

Session 2

University

10 Qs

quiz-placeholder

Similar activities

ICT450-TOPIC 1

ICT450-TOPIC 1

University

12 Qs

CID421 Introduction to 3D CAD SOLIDWORK

CID421 Introduction to 3D CAD SOLIDWORK

University

12 Qs

Algoritma dan Pemrograman Bab 1

Algoritma dan Pemrograman Bab 1

University

15 Qs

ESBrotherX_Medical AI_Lecture

ESBrotherX_Medical AI_Lecture

University

7 Qs

Ulangan harian 1 Algoritma dan Pemrograman

Ulangan harian 1 Algoritma dan Pemrograman

12th Grade - University

13 Qs

GIS Unit-1

GIS Unit-1

University

15 Qs

Tin 8/1

Tin 8/1

KG - University

10 Qs

Information Technology & Business Canvas Model

Information Technology & Business Canvas Model

University

13 Qs

Session 2

Session 2

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Mohamed Rabea

Used 25+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to declare a variable in Python?

int x = 5

x = 5

declare x = 5

var x = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store textual data in Python?

int

float

string

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take user input in Python and store it in a variable named name?

name = get_input("Enter your name: ")

name = input("Enter your name: ")

name = input_string("Enter your name: ")

name = get_string("Enter your name: ")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code if the user enters "Alice"?

Hello, Alice

Hello,

Hello, name

Enter your name: Alice

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of the following code?

7

5

2

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you check if a number stored in variable x is greater than 10?

if x > 10:

if (x > 10)

if x is greater than 10:

if x > 10 then:

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code?

x is greater than 5

x is not greater than 5

x = 3

Error

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?