1/11
Flashcards for reviewing key concepts from the Introduction to Computing lecture.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Who is the Theory Lecturer and Course Coordinator for ICG511S?
Ms Ndinelago Nashandi
What is the primary communication tool used for ICG511S?
E-learning (Moodle)
What are the three types of assessment for ICG511S, and what is the weight of each?
Quiz (20%), Test 1 (40%), Test 2 (40%)
What is the minimum pass requirement for the course?
50%
What are the four common tasks that all computers perform?
Input data, stores data, processes data, outputs data
What does an algorithm consist of, in the context of computing?
A series of commands
What is the main function of memory in a computer?
To store data and instructions
What happens when a program runs, regarding memory interaction?
It communicates with memory to fetch instructions, load data, and store results.
Name Different Types of Memory?
RAM, ROM, Cache Memory, Virtual Memory
What are the three main computing components that must be identified when solving a problem?
Inputs, processes, and outputs
In the context of identifying computing components, what part of the problem's description usually indicates processes?
Verbs
What are the inputs, processes, and outputs when you want to withdraw money from an ATM machine?
Inputs (card, pin, amount), Processes (verifying pin, checking balance, dispensing cash), Outputs (cash, receipt)