
تقن 106
Quiz by SARA AHMED ALTHAWADI
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
5 questions
Show answers
- Q1
x=100 اوجدي نوع المتغير في التعليمه البرمجية
int
str
bool
30s - Q2
اوجدي نوع المتغير z="sara "
int
bool
str
30s - Q3
اوجدي المخرجات للتعليمة البرمجية
A=5
B=3
C=2
print( A>B andC!=A)
True
float
30s - Q4
x=input("enter first number")
y=input("enter second number")
print(x+y)
86
14
30s - Q5
x=4
y=3
print(x+y)
7
12
30s