Computing/Electronics TSA Tech Bowl Study Guide

0.0(0)
Studied by 1 person
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/107

flashcard set

Earn XP

Description and Tags

Sections: Computer Hardware, Software, The Internet, Programming, Data, Circuitry,

Last updated 7:40 AM on 3/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

108 Terms

1
New cards

hardware

the physical, tangible components of a computer system or electronic device that you can see and touch

2
New cards

Central Processing Unit (CPU)

the primary component that executes instructions from software, performs calculations, and manages data flow. It processes input data and converts it into output, controlling other hardware components like memory and input/output devices.

3
New cards

Random Access Memory (RAM)

a computer's short-term, high-speed volatile memory used to temporarily store active data, applications, and operating system instructions for immediate access by the CPU

4
New cards

motherboard

the main circuit board in a computer system. It connects all of the internal components, like the memory, processor, graphics card and other hardware

5
New cards

Cache

Small, high-speed memory inside the CPU used to store frequently accessed data.

6
New cards

WiFi

Wireless technology for connecting devices to networks using radio waves.

7
New cards

Bluetooth

Short-range wireless communication standard for device-to-device connection.

8
New cards

Universal Serial Bus (USB)

Standard for connecting and transferring data/power between devices.

9
New cards

Register

Small, ultra-fast memory location inside the CPU for immediate data processing.

10
New cards

Hard Disk Drive (HDD)

Storage device using spinning magnetic disks.

11
New cards

Solid State Drive (SSD)

Storage device using flash memory; faster, no moving parts.

12
New cards

Flash Drive

Portable USB storage device using flash memory.

13
New cards

SD Card (Secure Digital Card)

Small flash memory card used in cameras and devices.

14
New cards

Firmware

Low-level software permanently programmed into hardware.

15
New cards

Operating System (OS)

Software that manages hardware and runs applications.

16
New cards

Linux

Open-source operating system based on Unix.

17
New cards

Windows

Operating system developed by Microsoft.

18
New cards

macOS

Operating system developed by Apple for Mac computers.

19
New cards

Android

Mobile operating system developed by Google.

20
New cards

iOS

Mobile operating system developed by Apple.

21
New cards

UEFI / BIOS

Firmware that starts the computer and loads the OS. BIOS = Basic Input/Output System. UEFI = Modern replacement for BIOS.

22
New cards

Open Source Code

Source code publicly available for modification.

23
New cards

Closed Source Code

Source code not publicly available.

24
New cards

Terminal / Console

Text-based interface used to run commands.

25
New cards

Web Browser

Software used to access websites (e.g., Chrome).

26
New cards

Search Engine

Service that finds websites based on keywords (e.g., Google).

27
New cards

Client

Device or software that requests services from a server.

28
New cards

Server

Computer that provides data or services to clients.

29
New cards

Local Area Network (LAN)

Network covering a small area (home, school).

30
New cards

Wide Area Network (WAN)

Network covering large areas (Internet).

31
New cards

Switch

Network device that connects devices within a LAN using MAC addresses.

32
New cards

Hub

Basic network device that broadcasts data to all connected devices.

33
New cards

Router

Device that directs data between different networks using IP addresses.

34
New cards

Modem

Device that converts digital data to signals for internet transmission.

35
New cards

IP Address (Internet Protocol Address)

Unique numerical identifier for a device on a network.

36
New cards

DNS Server (Domain Name System)

Translates domain names into IP addresses.

37
New cards

Domain

Human-readable website name (e.g., example.com).

38
New cards

Port

Logical communication endpoint identified by a number (e.g., 80 for HTTP).

39
New cards

Top-Level Domain (TLD)

Last part of domain name (e.g., .com, .org).

40
New cards

Subdomain

Prefix added before a domain (e.g., mail.example.com).

41
New cards

HTTP (Hypertext Transfer Protocol)

Protocol for transferring web pages.

42
New cards

FTP (File Transfer Protocol)

Protocol for transferring files between computers.

43
New cards

SSH (Secure Shell)

Encrypted protocol for secure remote access.

44
New cards

Hyperlink

Clickable text or image that links to another resource.

45
New cards

World Wide Web (WWW)

System of interlinked web pages accessed via the internet.

46
New cards

Fiber Optic Cables

Cables that transmit data using light signals.

47
New cards

TCP/IP (Transmission Control Protocol / Internet Protocol)

Core protocol suite for internet communication. TCP ensures reliable delivery; IP handles addressing and routing.

48
New cards

UDP (User Datagram Protocol)

Faster but less reliable data transmission protocol.

49
New cards

Integrated Development Environment (IDE)

Software providing tools for writing and debugging code.

50
New cards

Assembly

Low-level programming language closely tied to machine code.

51
New cards

Low-Level Language

Language close to machine hardware (e.g., assembly).

52
New cards

High-Level Language

Human-readable programming language (e.g., Python).

53
New cards

Compiler

Program that translates high-level code into machine code.

54
New cards

Object-Oriented Programming (OOP)

Programming paradigm based on objects and classes.

55
New cards

JavaScript

High-level scripting language primarily used for web development.

56
New cards

Python

High-level, general-purpose programming language.

57
New cards

C

Powerful, low-level programming language.

58
New cards

C++

Extension of C with object-oriented features.

59
New cards

Java

High-level, object-oriented programming language.

60
New cards

HTML (HyperText Markup Language)

Markup language used to structure web pages.

61
New cards

SQL (Structured Query Language)

Language used to manage databases.

62
New cards

Function

Reusable block of code that performs a task.

63
New cards

Algorithm

Step-by-step procedure to solve a problem.

64
New cards

Integer

Whole number.

65
New cards

String

Sequence of characters (text).

66
New cards

Floating Point Number

Number with decimal point.

67
New cards

Variable

Named storage location for data.

68
New cards

Boolean

Data type with two values: true or false.

69
New cards

Conditional

Statement that executes code based on a condition.

70
New cards

If Statement

Runs code if a condition is true.

71
New cards

For Loop

Repeats code a specific number of times.

72
New cards

While Loop

Repeats code while a condition is true.

73
New cards

OR Gate

Outputs true if at least one input is true.

74
New cards

AND Gate

Outputs true only if both inputs are true.

75
New cards

NOT Gate

Reverses input (true becomes false).

76
New cards

XOR Gate

Outputs true if inputs are different.

77
New cards

Operator

Symbol that performs an operation (+, -, *, /, ==).

78
New cards

Bit

Smallest unit of data (0 or 1).

79
New cards

Byte

8 bits.

80
New cards

Binary

Base-2 number system (0 and 1).

81
New cards

Hexadecimal

Base-16 number system (0–9, A–F).

82
New cards

Base64

Encoding method representing binary data as text.

83
New cards

Plaintext

Readable, unencrypted data.

84
New cards

ASCII

Character encoding standard using 7 bits.

85
New cards

Unicode / UTF-8

Character encoding standard supporting global characters.

86
New cards

Morse Code

Communication system using dots and dashes.

87
New cards

PDF (Portable Document Format)

File format preserving document layout.

88
New cards

JPEG

Image format using lossy compression.

89
New cards

PNG

Image format using lossless compression.

90
New cards

EXE File

Executable program file (Windows).

91
New cards

ZIP File

Compressed archive file.

92
New cards

Data Compression

Reducing file size.

93
New cards

Lossy Compression

Compression that loses some data.

94
New cards

Lossless Compression

Compression with no data loss.

95
New cards

File Archives

Files that store multiple files in one container.

96
New cards

Magic Bytes

File signature identifying file type.

97
New cards

Cryptography

Science of secure communication.

98
New cards

Steganography

Hiding information within other data.

99
New cards

Symmetric Encryption

Uses one key for encryption and decryption.

100
New cards

Asymmetric Encryption

Uses public and private key pair.

Explore top notes

note
Particle Motion in Gases
Updated 1253d ago
0.0(0)
note
MCAT Biology
Updated 349d ago
0.0(0)
note
Unit 3: Cellular Energetics
Updated 81d ago
0.0(0)
note
Unit 3 - Consciousness
Updated 792d ago
0.0(0)
note
myth & religion exam tips
Updated 216d ago
0.0(0)
note
Science - Chapter 9
Updated 1045d ago
0.0(0)
note
Particle Motion in Gases
Updated 1253d ago
0.0(0)
note
MCAT Biology
Updated 349d ago
0.0(0)
note
Unit 3: Cellular Energetics
Updated 81d ago
0.0(0)
note
Unit 3 - Consciousness
Updated 792d ago
0.0(0)
note
myth & religion exam tips
Updated 216d ago
0.0(0)
note
Science - Chapter 9
Updated 1045d ago
0.0(0)

Explore top flashcards

flashcards
Unit 1: Kinematics
20
Updated 1083d ago
0.0(0)
flashcards
Comfort measures during labor
22
Updated 478d ago
0.0(0)
flashcards
ohhhwooowwweducation.0
314
Updated 22d ago
0.0(0)
flashcards
Government Semester Final
132
Updated 1189d ago
0.0(0)
flashcards
3.1: Sources of finance
37
Updated 1248d ago
0.0(0)
flashcards
Criminal Law Outline
44
Updated 22d ago
0.0(0)
flashcards
COMPSCI 1210 ( COMP ORG)
116
Updated 1100d ago
0.0(0)
flashcards
Unit 1: Kinematics
20
Updated 1083d ago
0.0(0)
flashcards
Comfort measures during labor
22
Updated 478d ago
0.0(0)
flashcards
ohhhwooowwweducation.0
314
Updated 22d ago
0.0(0)
flashcards
Government Semester Final
132
Updated 1189d ago
0.0(0)
flashcards
3.1: Sources of finance
37
Updated 1248d ago
0.0(0)
flashcards
Criminal Law Outline
44
Updated 22d ago
0.0(0)
flashcards
COMPSCI 1210 ( COMP ORG)
116
Updated 1100d ago
0.0(0)