Линейные алгоритмы

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Андрей Баранов
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что выведет следующий код print('1', '2', '3', '4', sep='*')?
1234
1 2 3 4
1*2*3*4
24
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая из указанных строк считывает целое число в переменную n?
n = input()
n = number(input())
n = integer(input())
n = int(input())
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
пределите значение переменной e после выполнения данного алгоритма:
f = 21 e = 10 f = 5 f + 5 e = f – 10 – e 5
50
-39
21
10
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как называются алгоритмы, в которых команды выполняются последовательно в том порядке, в котором они записаны?
Линейные
Циклические
Разветвляющиеся
Рекурсивные
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Требуется написать программу нахождения суммы цифр двухзначного числа.
Какая из строк выполнит эту задачу?
b = a // 10 + a % 10
s = x * 10 + x / 10
if a + b > 0:
print (x + y)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите оператор ввода данных с клавиатуры:
int()
input()
print()
Среди ответов нет правильного
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
а = 345
Что выведет команда print (а // 100)
5
45
34
3
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python - тест

Quiz
•
1st - 12th Grade
14 questions
Повторение Python. 7 класс

Quiz
•
10th Grade
15 questions
Большое Повторение C#

Quiz
•
5th Grade - University
13 questions
Y9 Homework 1: Python Revisited 1

Quiz
•
9th Grade
10 questions
THỰC HÀNH SỐ 1

Quiz
•
12th Grade
10 questions
Алгоритми та програми

Quiz
•
7th - 9th Grade
10 questions
Python Quiz for 10s

Quiz
•
10th Grade
15 questions
input, output & storage devices

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade