Introduction To Programming 1 Flashcards
What is a Computer & How it works?
A computer is an electronic device that processes data, performing calculations and executing instructions to perform various tasks.
What is the basic workflow of a Computer?
Input - Data is entered via input devices (keyboard, mouse, etc.).
Processing - The CPU processes the input data according to programmed instructions.
Output - Processed information is sent to output devices (monitor, printer).
How do Computers work in Data and Binary?
Computers operate using data and binary through the following processes
1. Binary System - Binary Digits (Bits)
2. Data Representation
3. Processing Data
4. Memory and Storage
5. Data Transfer
What is a Binary Number system?
The binary number system is a base-2 numeral system that utilizes only two symbols: 0 and 1.
What is Text in Binary?
Text in binary is the representation of characters using the binary number system.
How Computers works in memory, CPU, input, and output
Computers operate through a coordinated interaction between the CPU, memory, and input/output devices.
How Computers work in Circuits and Logics
Computers work in circuits and logic by using transistors and logic gates to process binary data.
How Computers works inside and outside
Computers process data using a combination of hardware components that work together to execute tasks, store information, and facilitate user interaction through various input and output devices.
How do Programs work on computer
Programs are sets of instructions written in a programming language that tell a computer how to perform specific tasks.
How do you represent information using electrical wires
Information is represented using electrical wires through binary signals, where two distinct voltage levels correspond to the binary digits (0 and 1).
What is images in binary?
Images in binary refer to the digital representation of visual information in a computer using binary code (0s and 1s).
What is images in binary?
Images in binary refer to the digital representation of visual information in a computer using binary code (0s and 1s). Each image is composed of pixels, with each pixel’s color typically represented in the RGB color model, where red, green, and blue values range from 0 to 255 and are stored as 8-bit binary numbers.
What is sound as a series of vibrations?
Sound is a series of vibrations that travel through a medium, such as air, water, or solids. These vibrations create pressure waves, which our ears detect and interpret as sound.
What is programming?
It is planning, scheduling, or performing a task.
What is computer programming?
Computer programming is the process of designing and writing instructions in a programming language to create software applications that perform specific tasks. It involves developing algorithms, coding, debugging, and testing to ensure that the software functions correctly and efficiently.