
Software Development - Chapter 15

Quiz
•
Computers
•
11th Grade
•
Hard
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
Similar Resources on Wayground
25 questions
Application Software

Quiz
•
9th - 12th Grade
15 questions
Computer Hardware/Software

Quiz
•
9th - 12th Grade
21 questions
Computer Engineering Review

Quiz
•
9th - 12th Grade
20 questions
Basic Computer Skills

Quiz
•
7th Grade - University
15 questions
Cyber Security

Quiz
•
9th - 12th Grade
15 questions
Types of Software

Quiz
•
11th - 12th Grade
17 questions
08 - Protecting Yourself QUIZ

Quiz
•
9th - 12th Grade
16 questions
SOFTWARE - OS

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade