Terminology Flashcards
(235 cards)
What are access modifiers in Java?
Keywords that control access to classes, methods, and variables.
- public
- private
- protected
What is an accessor?
A getter method that returns the value of a private variable.
What is Android?
An operating system for smartphones developed by Google.
What does the public modifier do in Java?
Makes a class/variable accessible from any other class.
What does the private modifier do in Java?
Restricts access to the same class only.
What does the protected modifier do in Java?
Allows access from the same package or subclasses.
What is antivirus software?
Utility software that protects against malware.
eg. Norton, McAfee, Bitdefender.
What is attenuation?
Signal loss during transmission over distance.
What is an application?
Software designed for the end-user to complete tasks.
eg. Word processor, browser, game.
What is asymmetric encryption?
Encryption using one key to encrypt and a different key to decrypt.
eg. RSA (used in email encryption and HTTPS websites).
What cable is affected by attenuation over 100m?
Copper cables (e.g., Ethernet).
What is an archive file?
A bundled collection of files for backup, storage, or transfer.
Give examples of archive formats.
.zip, .tar, .rar
What is biometrics used for in IT?
Security authentication using physical traits.
eg. Fingerprint scanner, facial recognition.
What is Bluetooth used for?
Syncing devices like phones and headsets.
What is Bluetooth?
Wireless PAN tech using short-range radio waves.
What is broadband?
High-capacity data transmission using wide frequency range.
eg. Home internet connection with fast download speeds.
What is a web browser?
App that displays HTML and lets users navigate the web.
eg. Chrome, Firefox, Safari.
What is a bus in computer hardware?
Set of physical connections shared for communication between components.
eg. Data bus, Address bus, Control bus
What is a buffer in computing?
Why is it used?
Temporary RAM storage for data in transit between devices.
It is used to handle speed differences between devices/processes.
What is a Bluray drive?
Optical drive that reads Bluray discs with high capacity.
How does a Bluray laser differ from DVD?
Uses blue-violet laser (shorter wavelength than DVD’s red laser).
What does BIOS stand for?
Basic Input/Output System.
What does the BIOS do?
Controls basic hardware and starts the system.