Review Class 11

Review Class 11

Professional Development

7 Qs

quiz-placeholder

Similar activities

safe isolation

safe isolation

Professional Development

9 Qs

3.1 Manual Testing Quiz

3.1 Manual Testing Quiz

Professional Development

10 Qs

M4Q3

M4Q3

Professional Development

10 Qs

Teaching & Learning Roadshow

Teaching & Learning Roadshow

Professional Development

10 Qs

Software Development methodologies

Software Development methodologies

11th Grade - Professional Development

10 Qs

Software Testing

Software Testing

Professional Development

8 Qs

CTFLU2-240322a

CTFLU2-240322a

Professional Development

10 Qs

APEC Workshop 2022 Day 3 - Gamification Activity

APEC Workshop 2022 Day 3 - Gamification Activity

Professional Development

7 Qs

Review Class 11

Review Class 11

Assessment

Quiz

Computers, Professional Development

Professional Development

Medium

Created by

SEBASTIAN CASTRILLON

Used 191+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mock

to do a job, task, or duty

is a method/object that simulates the behavior of a real method/object in controlled ways.

to repair something

2.

OPEN ENDED QUESTION

3 mins • 1 pt

What is a bug?

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

refactor

a mistake or problem in a computer program

to discover the causes or origins of something by examining the way in which it has developed

the process of restructuring existing computer code.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Main idea

tells you what the story is about

supports the topic of the story

how the story ends

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

UNIT TESTING is a type of software testing where individual units or components of the software are tested.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why unit testing is important?

developers can look at the unit tests to gain a basic understanding of the unit

Unit testing can't catch every error in a program

It is not possible to evaluate all execution paths even in the most trivial programs

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What cannot be a unit?

Method and procedures

Individual functions

database

modules and objects