Assessment : ProgCon Quiz

Assessment : ProgCon Quiz

11th Grade

5 Qs

quiz-placeholder

Similar activities

Unit 1 Review AP CSP

Unit 1 Review AP CSP

9th - 12th Grade

10 Qs

ALGORITHMS QUIZ (Pre)

ALGORITHMS QUIZ (Pre)

1st Grade - University

10 Qs

Software Design and Development Quick Quiz 3

Software Design and Development Quick Quiz 3

11th - 12th Grade

10 Qs

1.1.3 CSE Conditionals and Event-driven Programming

1.1.3 CSE Conditionals and Event-driven Programming

9th - 12th Grade

8 Qs

Sample Test -2

Sample Test -2

11th Grade

10 Qs

Algoritma & FlowChart

Algoritma & FlowChart

11th Grade

10 Qs

Strategi Algoritmik dan Pemograman

Strategi Algoritmik dan Pemograman

11th Grade

10 Qs

Computer  Fundamentals

Computer Fundamentals

10th Grade - Professional Development

10 Qs

Assessment : ProgCon Quiz

Assessment : ProgCon Quiz

Assessment

Quiz

Computers, Physics

11th Grade

Medium

Created by

MARVIN MAGLALANG

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

1. It is a list of instructions for carrying out some process step by step.

Pseudocode

Algorithm

Flowchart

Program

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

2. How we can able to determine if an algorithm sequence you have created can really solve a problem?

Its steps are typically "sequence," "selection, " "iteration," and a statement of a case-type.

it does not provide a visual representation of the programming logic.

the algorithm is easy to understand.

Program used is sustainable and robust.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

3. This is the first operation of a computer system

INPUT

PROCESS

OUTPUT

DEBUGGING

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

4. A graphical representation of the logical steps it takes to solve a problem.

Program

BInary

Flowchart

Process

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

5. Reliability alone is not a guarantee for a successful program, it should also work under all conditions.

reliable

easy to use

Robust

Maintainable