Введение в программирование

Quiz
•
Computers
•
9th Grade
•
Hard
пятая школа
Used 10+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Что напечатает команда:
print("1357")
"1357"
1357
print("1357")
print(1357)
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Что напечатает команда:
print(10, "ленивых поросят")
10, "ленивых поросят"
10ленивых поросят
10 ленивых поросят
10
print(10, "ленивых поросят")
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Что напечатает команда:
print("print(42)")
42
print(42)
"print(42)"
print("print(42)")
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
urok = "улетит розовощекий огородник куда-то"
urok = "упитанный родственник обокрал карету"
urok = "увеселительная речь озаботила котиков"
print(urok)
улетит розовощекий огородник куда-то
упитанный родственник обокрал карету
увеселительная речь озаботила котиков
улетит розовощекий огородник куда-то упитанный родственник обокрал карету увеселительная речь озаботила котиков
5.
MULTIPLE SELECT QUESTION
3 mins • 1 pt
Даны числа a = 7, b = 2378, c =25.
Какие из следующих условий верные?
a == b
a + b > c
int(str(a) * 2) != c
а <= а
6.
FILL IN THE BLANK QUESTION
2 mins • 1 pt
Что выведет программный код:
a = 5
a = int(str(a) * 2)
print(a)
7.
MULTIPLE SELECT QUESTION
3 mins • 1 pt
Выбери все ошибочные строки программы:
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
TRẮC NGHIỆM PYTHON

Quiz
•
9th - 12th Grade
13 questions
Python

Quiz
•
9th Grade
10 questions
Year 9 lower Python

Quiz
•
9th Grade
15 questions
CodeHS - Intro to Python - Conditionals Quiz

Quiz
•
9th Grade - Professio...
10 questions
python2

Quiz
•
9th - 11th Grade
8 questions
Одномерный массив

Quiz
•
9th Grade
12 questions
Java Strings

Quiz
•
9th - 12th Grade
15 questions
Python Basics Quiz

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade