python_basics

python_basics

9th - 12th Grade

47 Qs

quiz-placeholder

Similar activities

informatika kelas x

informatika kelas x

10th Grade

45 Qs

Earth and Life Science

Earth and Life Science

11th Grade

50 Qs

Algoritma dan Pemrograman Kelas 11

Algoritma dan Pemrograman Kelas 11

9th - 12th Grade

50 Qs

RBT TING 2 (semua bab)

RBT TING 2 (semua bab)

1st - 11th Grade

45 Qs

Science group quiz no 2

Science group quiz no 2

KG - Professional Development

47 Qs

LATIHAN SOAL PMM KELAS XI

LATIHAN SOAL PMM KELAS XI

1st - 10th Grade

46 Qs

Python_синтаксис_повторение

Python_синтаксис_повторение

10th Grade

47 Qs

UJIAN SEKOLAH  SIMULASI DIGITAL

UJIAN SEKOLAH SIMULASI DIGITAL

9th - 12th Grade

50 Qs

python_basics

python_basics

Assessment

Quiz

Education

9th - 12th Grade

Hard

Created by

fatma hesham

Used 1+ times

FREE Resource

47 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the word (command) used to display numbers and text on the screen?
print
input
output
command

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a variable?
A box(memory location) where you store values
a type of graphics
Data type
a type of memory

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What symbol is used in python to assign values to a variable?
equals =
plus + 
forward slash /
asterisk *

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output?
name = 'Dave'
print (name)
Dave
'Dave'
name
(name)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What syntax would you use to create a name variable?

name=input()

input=name

name=input{}

name=INPUT

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?
@
¬
;
#

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data type that can only be true or false
int
string
bool
float

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?