Software Development - Chapter 15

Software Development - Chapter 15

11th Grade

20 Qs

quiz-placeholder

Similar activities

Operating Systems

Operating Systems

10th - 11th Grade

20 Qs

Data Security & Data Integrity

Data Security & Data Integrity

10th - 11th Grade

21 Qs

Cyber security

Cyber security

10th - 11th Grade

19 Qs

CONDITIONAL FORMATTING

CONDITIONAL FORMATTING

9th - 12th Grade

15 Qs

G8 Web Basics

G8 Web Basics

8th - 12th Grade

20 Qs

Basic Computer Organisation

Basic Computer Organisation

11th - 12th Grade

15 Qs

Gettin' Hacked is Wack

Gettin' Hacked is Wack

6th Grade - University

19 Qs

System & Application software (GCSE)

System & Application software (GCSE)

10th - 11th Grade

18 Qs

Software Development - Chapter 15

Software Development - Chapter 15

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Wayground Content

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define what is concatenation. How do you concatenate in pseudocode? How about in Python?

Concatenation means joining strings together. Use "&" in pseudocode, and use "+" in Python

Concatenation means splitting strings apart. Use "|" in pseudocode, and use "-" in Python

Concatenation means joining strings together. Use "#" in pseudocode, and use "&" in Python

Concatenation means joining strings together. Use "@" in pseudocode, and use "*" in Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the inputs A and B, illustrate an FSM that accepts strings with at least 3 A's.

A state machine that accepts any string of A's and B's regardless of the number of A's.

A state machine that only accepts strings that start with 3 A's followed by any number of B's.

A state machine that rejects all strings containing less than 3 A's.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a parameter? What is an argument?

Parameters are the actual data values passed into a subroutine, while arguments are variables used inside a subroutine.

Parameters are variables used inside a subroutine which will take values passed into a subroutine when called, while arguments are actual data values passed into the subroutine.

Parameters are the names of functions, while arguments are the return values of those functions.

Parameters are used to define the scope of a variable, while arguments are used to initialize a variable.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider a car sale program, Convert the following structured English into structured chart: 1. Input the pricePaid, mileage, regDate 2. Calculate the selling price based on the given inputs 3. Calculate the profit 4. Output selling price, and profit

1. Input the pricePaid, mileage, regDate; 2. Calculate the selling price; 3. Output selling price; 4. Calculate the profit

1. Input the pricePaid; 2. Calculate the profit; 3. Output profit; 4. Calculate the selling price

1. Input the mileage, regDate; 2. Calculate the selling price; 3. Calculate the profit; 4. Output selling price, profit

1. Input the pricePaid, mileage, regDate; 2. Calculate the selling price based on the given inputs; 3. Calculate the profit; 4. Output selling price, and profit

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Mealy Machine?

An FSM that produces outputs based on the current state and the input.

A type of Turing machine that accepts regular languages.

A finite state machine that produces outputs based only on the current state.

A computational model that uses a stack to manage input and output.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of iterative and incremental models in software development?

They allow for gradual improvements and refinements to the software based on ongoing feedback.

They focus on completing the entire project before any testing occurs.

They eliminate the need for user feedback during the development process.

They require a fixed set of requirements that cannot change during development.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of testing methods in software development?

To identify and fix errors in the software before it is deployed.

To enhance the aesthetic design of the software interface.

To increase the software's marketability and sales.

To reduce the overall development time of the software.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?