TSA Tech Bowl Computing / Electronics ALL VOCAB (given not extra)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/108

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

109 Terms

1
New cards

What is hardware?

The physical parts of a computer.

2
New cards

What is a Central Processing Unit (CPU)?

The brain of the computer that does instructions.

3
New cards

What is Random Access Memory (RAM)?

Memory that stores data temporarily while the computer is on.

4
New cards

What is a motherboard?

The main circuit board that connects all parts of a computer.

5
New cards

What is cache?

Fast memory inside the CPU for quick access.

6
New cards

What is WiFi?

Wireless technology to connect to the internet.

7
New cards

What is Bluetooth?

Wireless technology to connect devices over short distances.

8
New cards

What is the Universal Serial Bus (USB) protocol?

A standard way to connect devices to a computer.

9
New cards

What is a register?

Small, fast storage inside the CPU for immediate data.

10
New cards

What is a hard disk drive (HDD)?

A device that stores data on spinning disks.

11
New cards

What is a solid state drive (SSD)?

A fast storage device with no moving parts.

12
New cards

What is a flash drive?

A small portable storage device using flash memory.

13
New cards

What is a Standard Digital (SD) card?

A small memory card used to store data in devices like cameras.

14
New cards

What is software?

Programs and instructions a computer runs.

15
New cards

What is firmware?

Software built into hardware to control it.

16
New cards

What is an operating system?

Software that manages the computer and its programs.

17
New cards

What is Linux?

An open-source operating system.

18
New cards

What is Windows?

A popular operating system made by Microsoft.

19
New cards

What is macOS?

Apple’s operating system for Mac computers.

20
New cards

What is Android?

An operating system for mobile devices.

21
New cards

What is iOS?

Apple’s operating system for iPhones and iPads.

22
New cards

What is UEFI / BIOS?

Software that starts a computer and prepares it to run the OS.

23
New cards

What is open source code?

Software code that anyone can see and change.

24
New cards

What is closed source code?

Software code that is kept secret by its creators.

25
New cards

What is a terminal / console?

A text-based interface to control the computer.

26
New cards

What is a web browser?

A program used to view websites.

27
New cards

What is a search engine?

A tool to find information on the internet.

28
New cards

What is a client?

A device or program that requests data from a server.

29
New cards

What is a server?

A computer that provides data or services to clients.

30
New cards

What is a local area network (LAN)?

A network that connects devices in a small area.

31
New cards

What is a wide area network (WAN)?

A network that covers a large area, like the internet.

32
New cards

What is a switch?

A device that connects multiple devices in a network.

33
New cards

What is a hub?

A device that connects devices but sends data to all of them.

34
New cards

What is a router?

A device that directs data between networks.

35
New cards

What is a modem?

A device that connects a network to the internet.

36
New cards

What is an Internet Protocol (IP) address?

A unique number that identifies a device on a network.

37
New cards

What is a domain name system (DNS) server?

A server that translates domain names into IP addresses.

38
New cards

What is a domain?

A website’s address on the internet.

39
New cards

What is a port?

A channel for sending data between devices.

40
New cards

What is a top level domain (TLD)?

The last part of a domain name, like .com or .org.

41
New cards

What is a subdomain?

A part of a domain that comes before the main name.

42
New cards

What is the Hypertext Transfer Protocol (HTTP)?

A way to send web pages over the internet.

43
New cards

What is the file transfer protocol (FTP)?

A way to transfer files between computers.

44
New cards

What is the secure shell protocol (SSH)?

A secure way to access a computer remotely.

45
New cards

What is a hyperlink?

A link you click to go to another webpage.

46
New cards

What is the world wide web?

A system of web pages connected by links.

47
New cards

What are fiber optic cables?

Cables that use light to send data fast.

48
New cards

What is the Transmission Control Protocol TCP/IP?

A set of rules for sending data over the internet.

49
New cards

What is the User Datagram Protocol (UDP)?

A faster way to send data with less checking for errors.

50
New cards

What is an Integrated Development Environment (IDE)?

A software tool to write and test code.

51
New cards

What is assembly?

A low-level programming language close to machine code.

52
New cards

What is a low-level language?

A programming language close to the computer’s hardware.

53
New cards

What is a high-level language?

A programming language easy for humans to read.

54
New cards

What is a compiler?

A program that changes code into machine language.

55
New cards

What is object-oriented programming?

A style of programming using objects and classes.

56
New cards

What is JavaScript?

A programming language mainly used for websites.

57
New cards

What is Python?

A popular, easy-to-learn programming language.

58
New cards

What is C?

A powerful programming language for system software.

59
New cards

What is C++?

An extension of C with object-oriented features.

60
New cards

What is Java?

A programming language used for many apps and websites.

61
New cards

What is HTML?

A language used to create web pages.

62
New cards

What is SQL?

A language used to manage databases.

63
New cards

What are functions?

Blocks of code that do specific tasks.

64
New cards

What is an algorithm?

A step-by-step set of instructions to solve a problem.

65
New cards

What is an integer?

A whole number without decimals.

66
New cards

What is a string?

Text or characters in programming.

67
New cards

What is a floating point number?

A number with decimals.

68
New cards

What is a variable?

A storage location for data in programming.

69
New cards

What is a boolean?

A type that can be true or false.

70
New cards

What is a conditional?

A statement that runs code based on a condition.

71
New cards

What is an if statement?

Code that runs only if a condition is true.

72
New cards

What is a for loop?

Code that repeats a set number of times.

73
New cards

What is a while loop?

Code that repeats while a condition is true.

74
New cards

What is an OR gate?

A logic gate that outputs true if any input is true.

75
New cards

What is an AND gate?

A logic gate that outputs true only if all inputs are true.

76
New cards

What is a NOT gate?

A logic gate that reverses the input.

77
New cards

What is an XOR gate?

A logic gate that outputs true if inputs are different.

78
New cards

What is an operator?

A symbol or word that performs operations on data.

79
New cards

What is a bit?

The smallest unit of data, 0 or 1.

80
New cards

What is a byte?

A group of 8 bits.

81
New cards

What is binary?

A number system using only 0 and 1.

82
New cards

What is hexadecimal?

A base-16 number system using 0-9 and A-F.

83
New cards

What is base64?

A way to encode data using 64 characters.

84
New cards

What is plaintext?

Text that can be read by humans.

85
New cards

What is the American Standard Code for Information Interchange (ASCII)?

A code that assigns numbers to letters and symbols.

86
New cards

What is Unicode / UTF-8?

A system that represents many languages with unique codes.

87
New cards

What is Morse code?

A code using dots and dashes to send messages.

88
New cards

What is a Portable Document Format (PDF) file?

A file format that shows documents the same everywhere.

89
New cards

What is a Joint Photographic Experts Group (JPEG) file?

A common image file format that uses lossy compression.

90
New cards

What is a Portable Network Graphics (PNG) file?

An image file format that supports transparency.

91
New cards

What is an executable (EXE) file?

A file that runs a program when opened.

92
New cards

What is a ZIP file?

A compressed file that holds one or more files.

93
New cards

What is data compression?

Reducing the size of data to save space.

94
New cards

What is lossy compression?

Compression that loses some data to make files smaller.

95
New cards

What is lossless compression?

Compression that keeps all original data.

96
New cards

What are file archives?

Files that bundle many files into one.

97
New cards

What are magic bytes?

Unique bytes at the start of a file identifying its type.

98
New cards

What is cryptography?

The science of keeping information secret.

99
New cards

What is steganography?

Hiding secret messages inside other data.

100
New cards

What is symmetric encryption?

Encryption using the same key to lock and unlock data.