Liste i sortiranja

Quiz
•
Computers
•
9th - 10th Grade
•
Medium
Tihomir Robotić
Used 2+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Zadana je lista l = [5,7,2,9,1,4,3,6]
Koja naredba će ispisati šesti element liste?
print(l[4])
print(l[5])
print(l[6])
print(l(6))
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Koja naredba će ispravno razvrstati listu l?
sort(l)
l.sort()
sort[l]
l.sort[]
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Zadana je lista l = [1,2,3,4,5,6,7,8]
Što će ispisati naredba
for i in range(5,len(l)):
print(l[i])
5 6
6 7
5 6 7
6 7 8
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Koji algoritam razvrstavanja je prikazan na slici?
Razvrstavanje zamjenom (Selection sort)
Razvrstavanje metodom mjehurića (Bubble sort)
Brzo razvrstavanje (Quick sort)
Razvrstavanje umetanjem (Insertion sort)
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Koji algoritam razvrstavanja je prikazan na slici?
Razvrstavanje zamjenom (Selection sort)
Razvrstavanje metodom mjehurića (Bubble sort)
Brzo razvrstavanje (Quick sort)
Razvrstavanje umetanjem (Insertion sort)
6.
FILL IN THE BLANK QUESTION
1 min • 5 pts
Koja naredba nedostaje kako bi se ispisala cijela dvodimenzionalna lista?
Similar Resources on Wayground
10 questions
Computational Thinking - Informatika Fase E (Kelas 10) - UH 1

Quiz
•
10th Grade
8 questions
Baze podataka / ponavljanje 3

Quiz
•
10th Grade
10 questions
SQL

Quiz
•
10th Grade
10 questions
Lesson 1 Database Basics

Quiz
•
9th - 11th Grade
10 questions
9-сынып. Python массив.

Quiz
•
1st - 9th Grade
7 questions
if...else...if

Quiz
•
6th Grade - University
10 questions
Quiz Informatika

Quiz
•
10th Grade
6 questions
SELECTION SORT

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