DATSTRUC SW1

DATSTRUC SW1

1st - 3rd Grade

7 Qs

quiz-placeholder

Similar activities

Algorithms

Algorithms

2nd - 6th Grade

11 Qs

Introduction to Computer Science

Introduction to Computer Science

1st - 9th Grade

10 Qs

BAB ALGORITMA DAN FLOWCHART

BAB ALGORITMA DAN FLOWCHART

1st Grade

11 Qs

Algorithms basic

Algorithms basic

3rd - 7th Grade

12 Qs

Coding Keywords Open Ended

Coding Keywords Open Ended

2nd Grade

12 Qs

การเขียนรหัสลำลอง เพื่อแสดงขั้นตอนการแก้ปัญหาหรือการทำงาน ป.5

การเขียนรหัสลำลอง เพื่อแสดงขั้นตอนการแก้ปัญหาหรือการทำงาน ป.5

2nd Grade

10 Qs

การออกแบบและเขียนโปรแกรมเบื้องต้น

การออกแบบและเขียนโปรแกรมเบื้องต้น

1st - 4th Grade

10 Qs

pemrograman

pemrograman

1st - 3rd Grade

10 Qs

DATSTRUC SW1

DATSTRUC SW1

Assessment

Quiz

Computers

1st - 3rd Grade

Medium

Created by

MARY COLUMBRES

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Collection of variables possibly of several different data types connected in various ways

Array

Data Structure

Pseudocode

Algorithm

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Data that variables can hold in a programming language

Variable

Algorithm

Pseudocode

Data type

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

This data type accept either true or false

int

char

decimal

bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A finite set of instructions that specify a sequence of operations to be carried out

Data Structure

Algorithm

Raw Data

Data type

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Criteria of the algorithm on which each instruction must be clear and unambiguous.

Input

Effectiveness

Definiteness

Finiteness

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Criteria of the algorithm on which each operation must be definite but must   also be feasible

Effectiveness

Definiteness

Finiteness

Output

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The process by which a programmer refines an initial idea to a problem’s solution into more specific terms

Pseudocode

Algorithm

Flowchart

Stepwise Refinement