Masigaderic
On this page, you find all documents, package deals, and flashcards offered by seller masigaderic.
- 513
- 0
- 18
Community
- Followers
- Following
520 Reviews received
531 items
ACCOUNTING Paper 2 with Merged Marking Scheme 0452/22
1 Kamika is a clothing wholesaler who buys and sells on both cash and credit terms. She maintains 
a full set of accounting records and prepares monthly control accounts. 
 
REQUIRED 
 
(a) State two advantages to Kamika of preparing a monthly sales ledger control account. 
 
1 ................................................................................................................................................ 
 
...................................................................
- Exam (elaborations)
- • 35 pages •
1 Kamika is a clothing wholesaler who buys and sells on both cash and credit terms. She maintains 
a full set of accounting records and prepares monthly control accounts. 
 
REQUIRED 
 
(a) State two advantages to Kamika of preparing a monthly sales ledger control account. 
 
1 ................................................................................................................................................ 
 
...................................................................
ACCOUNTING Paper 1 with Marking Scheme Merged 0452/12
There are 10 parts to question 1. 
 
For each of the parts (a) to (j) below there are four possible answers, A, B, C and D. Choose the one 
you consider correct and place a tick () in the box to indicate the correct answer. 
 
1 (a) Harpreet is a credit customer of Suzanna. Harpreet’s account in Suzanna’s books shows a 
credit balance. 
 
How could the credit balance have arisen? 
 
A A cheque from Harpreet was dishonoured. 
 
B Harpreet has overpaid his account. 
 
C Interest ...
- Exam (elaborations)
- • 33 pages •
There are 10 parts to question 1. 
 
For each of the parts (a) to (j) below there are four possible answers, A, B, C and D. Choose the one 
you consider correct and place a tick () in the box to indicate the correct answer. 
 
1 (a) Harpreet is a credit customer of Suzanna. Harpreet’s account in Suzanna’s books shows a 
credit balance. 
 
How could the credit balance have arisen? 
 
A A cheque from Harpreet was dishonoured. 
 
B Harpreet has overpaid his account. 
 
C Interest ...
TS Python Practice Exam 1 - Python Programming Questions with Complete Solutions
Python makes the distinction between integers and floating variables. - Yes 
When declaring variables in Python, a data type must be specified. - No 
When setting a boolean variable, the value must start with a capital letter. - Yes 
A developer wants to make sure a serial number cannot be used in a calculation and that a dollar 
amount entered as a whole number can have decimals. Then, a message should be displayed to tell a 
customer the serial number and price for the products. Using the dr...
- Exam (elaborations)
- • 10 pages •
Python makes the distinction between integers and floating variables. - Yes 
When declaring variables in Python, a data type must be specified. - No 
When setting a boolean variable, the value must start with a capital letter. - Yes 
A developer wants to make sure a serial number cannot be used in a calculation and that a dollar 
amount entered as a whole number can have decimals. Then, a message should be displayed to tell a 
customer the serial number and price for the products. Using the dr...
Python - Test 1 Questions with Solutions merged
What is a program? - A program is a set of instructions that a computer follows to perform a 
task. 
 What is hardware? - Hardware is all the physical devices, or components, of which a 
computer is made. 
 List the five major components of a computer system. - The CPU, main memory, secondary 
storage devices, input devices and output devices. 
 What part of the computer actually runs programs? - The CPU 
 What part of the computer serves as a work area to store a program and its data while ...
- Exam (elaborations)
- • 9 pages •
What is a program? - A program is a set of instructions that a computer follows to perform a 
task. 
 What is hardware? - Hardware is all the physical devices, or components, of which a 
computer is made. 
 List the five major components of a computer system. - The CPU, main memory, secondary 
storage devices, input devices and output devices. 
 What part of the computer actually runs programs? - The CPU 
 What part of the computer serves as a work area to store a program and its data while ...
Python UAH Exam Guide Questions and Answers
Which of the following data types are not supported in Python? - List, Set, Dict, Tuple 
 Which of the following data types are not supported in Python? - int, string 
 What is the output of print(str) if str = 'Hello World!'? - Hello World! 
 What is the output of print(str[0]) if str = 'Hello World!'? - H 
 What is the output of print(str[2:5]) if str = 'Hello World!'? - llo 
 What is the output of print(str[2:]) if str = 'Hello World!'? - llo World! 
 What is the output of print(str ...
- Exam (elaborations)
- • 18 pages •
Which of the following data types are not supported in Python? - List, Set, Dict, Tuple 
 Which of the following data types are not supported in Python? - int, string 
 What is the output of print(str) if str = 'Hello World!'? - Hello World! 
 What is the output of print(str[0]) if str = 'Hello World!'? - H 
 What is the output of print(str[2:5]) if str = 'Hello World!'? - llo 
 What is the output of print(str[2:]) if str = 'Hello World!'? - llo World! 
 What is the output of print(str ...
Python test 1 study guide A with complete Solutions.
Flowcharts - Graphically depict the logical steps to carry out a task and show how the steps 
relate to each other (Makes the logic easier to follow) 
 Pseudocode - Uses English-like phrases with some Python terms to outline the task 
(Allows the programmer to focus on the steps required to solve a problem rather than on how to 
use the computer language) 
 Hierarchy charts - Shows how the different parts of a program relate to each other 
Also known as HIPO (Hierarchy plus Input-Process-Outp...
- Exam (elaborations)
- • 5 pages •
Flowcharts - Graphically depict the logical steps to carry out a task and show how the steps 
relate to each other (Makes the logic easier to follow) 
 Pseudocode - Uses English-like phrases with some Python terms to outline the task 
(Allows the programmer to focus on the steps required to solve a problem rather than on how to 
use the computer language) 
 Hierarchy charts - Shows how the different parts of a program relate to each other 
Also known as HIPO (Hierarchy plus Input-Process-Outp...
Python Test 1 Practice Questions with Complete solutions 2024
A(n) __________ is a set of instructions that a computer follows to perform a task. 
1. compiler 
2. program 
3. interpreter 
4. programming language - program 
The physical devices that a computer is made of are referred to as . 
1. hardware 
2. software 
3. the operating system 
4. tools - hardware 
The part of a computer that runs programs is called . 
1. RAM 
2. secondary storage 
3. main memory 
4. the CPU - the CPU 
Today, CPUs are small chips known as __________. 
a. ENIACs 
b. microproce...
- Exam (elaborations)
- • 17 pages •
A(n) __________ is a set of instructions that a computer follows to perform a task. 
1. compiler 
2. program 
3. interpreter 
4. programming language - program 
The physical devices that a computer is made of are referred to as . 
1. hardware 
2. software 
3. the operating system 
4. tools - hardware 
The part of a computer that runs programs is called . 
1. RAM 
2. secondary storage 
3. main memory 
4. the CPU - the CPU 
Today, CPUs are small chips known as __________. 
a. ENIACs 
b. microproce...
PYTHON Summer Exam Questions with Answers Merged
The following code represents a ________________ if structure. 
if a >= 1: 
if a == 1: - nested 
Which line of code sets the value of the variable take_home to 500? 
take_home == 1500 / (1 + 2) 
take_home = 250 * 6 / 1 + 2 
take_home = 250 * (5 % 3) 
take_home = 250 * 5 - 3 - take_home = 250 * (5 % 3) 
Given the code 
message = "Your percentage score of " 
percentage = "95.6" 
letter_grade = "% is an A grade." 
What is the correct code to display the following result? 
Your percentage ...
- Exam (elaborations)
- • 12 pages •
The following code represents a ________________ if structure. 
if a >= 1: 
if a == 1: - nested 
Which line of code sets the value of the variable take_home to 500? 
take_home == 1500 / (1 + 2) 
take_home = 250 * 6 / 1 + 2 
take_home = 250 * (5 % 3) 
take_home = 250 * 5 - 3 - take_home = 250 * (5 % 3) 
Given the code 
message = "Your percentage score of " 
percentage = "95.6" 
letter_grade = "% is an A grade." 
What is the correct code to display the following result? 
Your percentage ...
Python Programming Test Questions with detailed solutions
Python 
A modern programming language named after Monty Python 
Statement: 
A single line of Python code. 
+, -, *, / 
Python operators that perform mathematical operations. 
PEMDAS 
Order of operations that Python follows 
for 
the Python keyword that proceeds a block of code to loop through a series of statements. 
algorithm 
A set of specific steps for solving a category of problems 
keyword 
define the language's syntax rules and structure, and they cannot be used as variable names 
stateme...
- Exam (elaborations)
- • 7 pages •
Python 
A modern programming language named after Monty Python 
Statement: 
A single line of Python code. 
+, -, *, / 
Python operators that perform mathematical operations. 
PEMDAS 
Order of operations that Python follows 
for 
the Python keyword that proceeds a block of code to loop through a series of statements. 
algorithm 
A set of specific steps for solving a category of problems 
keyword 
define the language's syntax rules and structure, and they cannot be used as variable names 
stateme...
Python Programming Final Exam Study Questions with Complete solutions
Name the three kinds of data sequences - tuples, strings, lists 
 A ___ loop is used to iterate through a sequence - for 
 the ___ function is used to determine how many pairs in a dictionary or how many elements in a 
sequence - length (len) 
 An if statment is built by using an if followed by a ___, a ____, and a ____ of one or more 
statements - condition, colon, block 
 Name the 3 things that must occur for a sentry (loop) variable to effectively control the while 
loop - initialize, che...
- Exam (elaborations)
- • 3 pages •
Name the three kinds of data sequences - tuples, strings, lists 
 A ___ loop is used to iterate through a sequence - for 
 the ___ function is used to determine how many pairs in a dictionary or how many elements in a 
sequence - length (len) 
 An if statment is built by using an if followed by a ___, a ____, and a ____ of one or more 
statements - condition, colon, block 
 Name the 3 things that must occur for a sentry (loop) variable to effectively control the while 
loop - initialize, che...
OCR 2023 GCE Sociology H580/02: Researching and understanding social inequalities A Level Question Paper & Mark Scheme (Merged)
OCR 2023 GCSE Economics J205/01: Introduction to economics Question Paper & Mark Scheme (Merged
OCR 2023 Biology A H020/02: Depth in biology AS Level Question Paper & Mark Scheme (Merged)
OCR 2023 Biology A H020/01: Breadth in biology OCR 2023Biology AH020/01: Breadth in biology AS Level Question Paper & Mark Scheme (Merged)AS Level Question Paper & Mark Scheme (Merged)
OCR 2023 Biology A H020/02: Depth in biology AS Level Question Paper & Mark Scheme (Merged)