types of computer Crossword Puzzles

Intro to CS CHP. 1 Crossword 2023-01-10

Intro to CS CHP. 1 Crossword crossword puzzle
Across
  1. the brains of a computer
  2. HyperText Markup Language
  3. physical components of a computer
  4. manages the CPU's operation
  5. separate chips communicating to the CPU low speed but less expensive
  6. a collection of programs that control the CPU, memory, and IO devices
  7. rules that define how pages are formatted
  8. the heart of the computer
  9. referred to as a personal computer
Down
  1. built into the CPU for high speed data access
  2. programs that run on the computer
  3. secondary memory
  4. a collection of 8 bits
  5. the software of the internet that interlinks resources
  6. the cache and RAM combined aka the primary memory
  7. physical wires connecting the entire world digitally
  8. separate work spaces that can be active at the same time
  9. the representation of a connection to another page or resource
  10. a collection of files that are organized together
  11. electronic components wired together to control the flow of electronic signals

20 Clues: secondary memorya collection of 8 bitsthe brains of a computerHyperText Markup Languagethe heart of the computermanages the CPU's operationprograms that run on the computerphysical components of a computerreferred to as a personal computerrules that define how pages are formattedbuilt into the CPU for high speed data access...

TECHNOLOGY 2025-02-01

TECHNOLOGY crossword puzzle
Across
  1. To send data or files from your computer or phone to the internet.
  2. Disc A small, round disc used to store music or information that can be played on a computer or player.
  3. A small tape used to store music or sounds that you can play on a cassette player.
  4. A row of buttons or icons on a computer screen that provide quick access to tools or functions.
  5. A collection of related pages or information on the internet that you can visit.
  6. A small program that adds extra features to a larger program.
  7. To browse or look at different websites on the internet.
  8. Dial A round phone dial with numbers that you spin to make a call (used before push-button phones).
  9. A machine that plays music from records.
  10. The main screen on a computer where icons and folders appear.
  11. Ears Antennas on a TV used to pick up TV signals.
  12. Protector A device that protects electronics from power surges or spikes.
  13. A machine used to type letters or documents before computers were common.
  14. A problem or error in a computer program that causes it to not work properly.
  15. To keep or store a document or file on your computer or device.
  16. To reverse or cancel the last action you did on the computer.
  17. A phone number or service you can contact to get help or advice.
  18. A small picture or symbol on a computer screen that represents a program, file, or function.
Down
  1. – A quick way to access a program or file (same as the earlier definition).
  2. The main or first page of a website, or the starting screen of a web browser (same as earlier definition).
  3. A unit of computer memory used to store information, usually equal to 8 bits.
  4. A software program that can be downloaded and used on a smartphone or computer.
  5. To remove or erase something, like a file or text.
  6. Menu A list of options on a computer screen that appears when you click on a menu.
  7. Disc An old, flat disk used to store small amounts of information on a computer.
  8. To get data or files from the internet to your computer or phone.
  9. A place on a computer where you can store and organize files.
  10. A secret word or code you use to log into an account or device.
  11. A quick way to open a program or file by clicking an icon instead of opening it through the normal process.
  12. A device used to control video games or computers by moving it in different directions.
  13. Receiver A device that picks up signals from the radio to play music or news.
  14. The amount of data that can be sent over the internet at one time.
  15. Set A machine used to watch television shows and movies.
  16. The main page of a website or the starting screen of a computer.
  17. A set of keys used to type letters, numbers, and symbols on a computer.
  18. A portable computer that you can carry around and use anywhere.

36 Clues: A machine that plays music from records.To remove or erase something, like a file or text.Ears Antennas on a TV used to pick up TV signals.To browse or look at different websites on the internet.Set A machine used to watch television shows and movies.A small program that adds extra features to a larger program....

Infotech Module 1 2016-09-30

Infotech Module 1 crossword puzzle
Across
  1. A large, multi-tasking computer that can be used by many users.
  2. Central .......... Unit is the unit of a computer system that controls the interpretation and execution of instructions.
  3. A portable personal computer that is small enough to fit in a person's lap.
  4. External devices that provide input and output for the computer.
  5. ...... Access Memory is the memory used for storing data temporarily while working on it.
  6. ...... clock is the main clock that controls the timing within a computer by generating a series of pulses that are used to synchronize its circuits and operations.
Down
  1. The program or set of programs that tell a computer what to do.
  2. Integrated ....... is a microelectronic device comprising many miniature transistors and other electronic components on a single thin rectangle of silicon or sapphire.
  3. A peripheral device for storing data.
  4. A device that displays text and graphics generated by a computer.
  5. The main circuit board inside a computer that everything in the computer plugs into and contains the CPU, the bus and other components.
  6. ..... speed is the speed at which a computer performs basic operations.
  7. A set of conductors which connect the functional units in a computer.
  8. The physical part of a computer system; the machinery and equipment.
  9. A pointing device that is used to move a cursor on the computer screen and make various operations possible.
  10. Read-.... Memory is the memory that can be read but not changed.

16 Clues: A peripheral device for storing data.The program or set of programs that tell a computer what to do.A large, multi-tasking computer that can be used by many users.External devices that provide input and output for the computer.Read-.... Memory is the memory that can be read but not changed....

ADT's + COMPUTATIONAL THINKING 2023-10-09

ADT's + COMPUTATIONAL THINKING crossword puzzle
Across
  1. – a method of showing the detailed logical steps in an algorithm, using keywords, identifiers with meaningful names, and mathematical operators.
  2. – an ordered set of steps to be followed in the completion of a task.
  3. – a list containing several items operating on the first in, first out (FIFO) principle.
  4. – the process of breaking a complex problem into smaller parts.
  5. – (2 words)a list containing several items in which each item in the list points to the next item in the list.
  6. – a classification attributed to an item of data, which determines the types of value it can take and how it can be used.
  7. – a collection of data stored by a computer program to be used again.
  8. – a data structure containing several elements of the same data type.
  9. – (2 words)the practice of subdividing each part of a larger problem into a series of smaller parts, and so on, as required.
  10. – a diagrammatic representation of an algorithm.
  11. - recognition – the identification of parts of a problem that are similar and could use the same solution.
  12. – the process of extracting information that is essential, while ignoring what is not relevant, for the provision of a solution.
Down
  1. – (2 words)a method of showing the logical steps in an algorithm, using an agreed subset of straightforward English words for commands and mathematical operations.
  2. – (3 words)a collection of data and a set of operations on that data.
  3. – (2 words)a data type constructed using several of the basic data types available in a particular programming language.
  4. – (2 words)a method of sorting data in an array into alphabetical or numerical order by comparing adjacent items and swapping them if they are in the wrong order.
  5. – a unique name applied to an item of data.
  6. – a composite data type comprising several related items that may be of different data types.
  7. – a list containing several items operating on the last in, first out (LIFO) principle.
  8. – (2 words)a method of searching in which each element of an array is checked in order.
  9. – (2 words)the index of the first element in an array, usually 0 or 1. Upper bound – the index of the last element in an array.
  10. – a numerical indicator of an item of data’s position in an array.

22 Clues: – a unique name applied to an item of data.– a diagrammatic representation of an algorithm.– the process of breaking a complex problem into smaller parts.– a numerical indicator of an item of data’s position in an array.– (3 words)a collection of data and a set of operations on that data....

Computer Apps 2018-01-05

Computer Apps crossword puzzle
Across
  1. shortcut to opening a new document
  2. holds together the connectors, memory, and the CPU
  3. stores information, but can only store small amounts of data
  4. shortcut to bold something on the computer
  5. taking someone else's work and claiming it as your own
  6. shortcut to copy on the computer
  7. memory that can be accessed randomly allowing you to use multiple programs at once without suffering lag or loading times
  8. a small device used to point to and select items on your computer screen
  9. supply in charge of bringing electrical power to the computer
  10. small piece of equipment used to store and transfer
  11. draws cool air inside a computer to cool it down
  12. rigid platter or stack of platters with a magnetic surface that stores information. Because they can hold massive amounts of information, they usually serve as a computer's primarily means of storage, holding almost all programs and files
Down
  1. a vertical division in a table
  2. what is a panel of keys that operates a computer
  3. shortcut to select all items
  4. piece of computer hardware that produces the image you can see on a monitor
  5. plastic disk on which music or other digital information is stored, and fro which the information can be read using reflected laser light
  6. shortcut to underline on the computer
  7. displays information visually using text and graphics
  8. online store or business
  9. shortcut to undo the last thing you did
  10. shortcut to paste on the computer
  11. the use of electronics to bully or harass a person
  12. a horizontal line in a table
  13. online presentation that uses topics and subtopics

25 Clues: online store or businessshortcut to select all itemsa horizontal line in a tablea vertical division in a tableshortcut to copy on the computershortcut to paste on the computershortcut to opening a new documentshortcut to underline on the computershortcut to undo the last thing you didshortcut to bold something on the computer...

Tech Terms 2023-11-27

Tech Terms crossword puzzle
Across
  1. Allows an user to interact with the computer
  2. Allows the domain name of websites to be transferred into IP addresses to allow users to visit to websites
  3. The process of obscuring data
  4. A web platform where someone/ a group of people can post content
  5. IP ___
  6. Something that manages the interactions between computers
  7. A program that monitors and filters incoming information
  8. 2^20 bytes
  9. An on/ off switch in a computer used for storing data
  10. Restarting a computer
  11. The long-term memory of the computer
  12. Malicious Software
  13. Where data cannot be altered
  14. A programming language in web design
  15. A program that finds website given keywords from the user
  16. A device that manages networks
Down
  1. An interface for searching websites
  2. How computers read instructions
  3. A device that can turn analog signals into digital ones and vice versa
  4. Digital ___. The gap between those who can access modern digital technology and those who can’t.
  5. Where all instructions and operations are performed in a computer
  6. Connects all the components of a device together
  7. Programs stored on the computer
  8. Website information that is saved on one's computer
  9. A file format for sharing documents
  10. A system for connecting computers in a local area
  11. Property A creation of the mind
  12. A type of media that the user wears a headset and experiences being physically in a 3d environment that can be interacted with
  13. 8 bits
  14. The physical components of the computer
  15. The part of the computer where programs and processes are loaded into when executed
  16. Information that can be used to identify you as a person
  17. Software that is shipped with its source code.

33 Clues: IP ___8 bits2^20 bytesMalicious SoftwareRestarting a computerWhere data cannot be alteredThe process of obscuring dataA device that manages networksHow computers read instructionsPrograms stored on the computerProperty A creation of the mindAn interface for searching websitesA file format for sharing documentsThe long-term memory of the computer...

FITEVocab.cg 2013-05-16

FITEVocab.cg crossword puzzle
Across
  1. you search for information on it, google is a _____
  2. provider of internet
  3. the display for the computer, a moniter
  4. things like safari, ical, and garageband
  5. where you plug in earbuds/headphones
  6. a printer, keyboard
  7. the processing unit in your computer
  8. a small booklet promoting a business
  9. short term memory
  10. plug this in and you have more ports
  11. a port in which you can plug in a wired internet
  12. an uneditable file
  13. mac OSX is an _______, plural
  14. what a document or webpage looks like
  15. the display on your computer
  16. how compatible something is with your computer
  17. online storage center; google docs stores info in the ____
  18. the main storage center in your computer
  19. a phone, ipad, ipod touch etc
  20. a part of the computer, without it, you don't have a working computer
  21. also known as a tower
Down
  1. where you plug in your flashdrive
  2. how secure you are online, like installing antivirus
  3. a green or purple plug on the back of a computer
  4. we used this early in the year instead of powerpoint
  5. internet that is not wired, the first part of wifi
  6. an alliance dedicated to protecting people online
  7. the smallest storage unit
  8. an application for a job
  9. wireless internet
  10. blank document
  11. your "pointer" for the computer
  12. differs from regular search engine by searching multiple search engine, dogpile is a ____
  13. a drive for cd's or disks
  14. what the president take to be sworn in as president
  15. what you ask yourself when someone contacts you online
  16. how you act and behave on anything online
  17. allows the user to interact with the computer, not hardware but____
  18. how safe you are online
  19. promoting a business through billboards, tv commercials etc
  20. means online
  21. what is downstairs to control our computers
  22. acronym MB
  23. one bigger than bit
  24. the process of the computer starting up

45 Clues: acronym MBmeans onlineblank documentwireless internetshort term memoryan uneditable filea printer, keyboardone bigger than bitprovider of internetalso known as a towerhow safe you are onlinean application for a jobthe smallest storage unita drive for cd's or disksthe display on your computermac OSX is an _______, plurala phone, ipad, ipod touch etc...

Information Technology 2024-09-11

Information Technology crossword puzzle
Across
  1. An electronic device that receives data, processes data, stores data, and produces a result known as output
  2. A system of computers, peripherals, terminals, and databases connected by communication lines
  3. A set of instructions that tells the computer what to do
  4. the temporary memory of a computer
  5. Technology that enables information to be used to produce products and services
  6. The brain of a computer, also known as the hard drive
  7. hardware that allows you to communicate with your computer
  8. hardware that allows you to store or retrieve information
Down
  1. software that controls the operation of the whole computer system
  2. the use of audio, video, animation, or graphics in a publication
  3. software that performs a specific task
  4. device hardware that allows your computer to communicate with the user
  5. the sequence of events that a computer uses to process information (Information _______ ______)
  6. The physical parts of a computer
  7. Electronic information networks that carry audio, video, and computer data

15 Clues: The physical parts of a computerthe temporary memory of a computersoftware that performs a specific taskThe brain of a computer, also known as the hard driveA set of instructions that tells the computer what to dohardware that allows you to store or retrieve informationhardware that allows you to communicate with your computer...

Vocab 1, 2 & 3 2023-10-16

Vocab 1, 2 & 3 crossword puzzle
Across
  1. The first step to submitting an assignment.
  2. A list of choices or options on a web page.
  3. Displays the program currently being used.
  4. used to move the window up,down,left,& right.
  5. Programs downloaded to you phone.
  6. Where things are organized on a computer.
  7. a small image that represents something.
  8. Mozilla Firefox
  9. sending a message to the computer, through the keyboard.
  10. Looks like 2 pieces of chain.
  11. A shortcut that is nested under the address bar.
Down
  1. Computer Storage
  2. Your finger on a computer screen.
  3. Where the keys live.
  4. A modem, Mouse, and monitor.
  5. Information processed by a computer.
  6. Web Address
  7. Moves your cursor across the screen.
  8. Displays everything for a desktop computer.
  9. A location for tools in google docs.

20 Clues: Web AddressMozilla FirefoxComputer StorageWhere the keys live.A modem, Mouse, and monitor.Looks like 2 pieces of chain.Your finger on a computer screen.Programs downloaded to you phone.Information processed by a computer.Moves your cursor across the screen.A location for tools in google docs.a small image that represents something....

Computer Fundamental 2025-06-19

Computer Fundamental crossword puzzle
Across
  1. A reusable block of code
  2. Programs that run on a computer
  3. An error in a program
  4. A whole number
  5. Organized collection of data
  6. Physical components of a computer
Down
  1. Global network of networks
  2. Central Processing Unit, the brain of the computer
  3. Text
  4. How a user interacts with a computer
  5. Instructions written in a programming language
  6. A storage location for data
  7. Base-2 number system
  8. Where data is stored
  9. A collection of elements
  10. Information Processed by a computer

16 Clues: TextA whole numberBase-2 number systemWhere data is storedAn error in a programA reusable block of codeA collection of elementsGlobal network of networksA storage location for dataOrganized collection of dataPrograms that run on a computerPhysical components of a computerInformation Processed by a computerHow a user interacts with a computer...

Tech terms 2023-11-30

Tech terms crossword puzzle
Across
  1. operational support system
  2. central processing unit
  3. Portable document format
  4. 1,0
  5. a unit of information equal to 220
  6. crome and Firefox
  7. A SECURITY THAT MONITORS INCOMING AND OUTGOING NETWORK
  8. A _______ is where the computer stores everything
  9. Something you take from somewhere else and put on your own device.
  10. the process of converting information or data into a code
  11. You can feel this
  12. A file or code
  13. a printed circuit board containing the principal components of a computer or other device
  14. Hyper text markup language
  15. Personal Identifiable Information
  16. Data that a website stores for later
  17. an interface between a computer user and computer hardware.
  18. the gulf between those who have ready access to computers and the internet
  19. the traditional technology for connecting devices in a wired local area network or wide area network
  20. Domain Name System
  21. What are the four things a computer does? store it, process it, output, and...
  22. a unique string of characters that identifies each computer using the Internet Protocol to communicate over a network.
  23. a person or thing that provides a service or commodity.blog a regularly updated website or web page
Down
  1. Speaker or printer
  2. 11100110
  3. a work or invention that is the result of creativity
  4. A device the connects two or more packet switched networks
  5. google and bing
  6. a network device that both modulates and demodulates analog carrier signals
  7. keyboards or mouse
  8. Read-only memory
  9. What are two ways to back up your computer? store files or...
  10. the computer-generated simulation of a three-dimensional image or environment that can be interacted with in a seemingly real or physical way by a person using special electronic equipment
  11. To reload a computer
  12. Language a computer uses
  13. An address to a resource on a computer.
  14. random-access memory

37 Clues: 1,011100110A file or codegoogle and bingRead-only memorycrome and FirefoxYou can feel thisSpeaker or printerkeyboards or mouseDomain Name SystemTo reload a computerrandom-access memorycentral processing unitPortable document formatLanguage a computer usesoperational support systemHyper text markup languagePersonal Identifiable Information...

Hardware Crossword Puzzle 2025-09-12

Hardware Crossword Puzzle crossword puzzle
Across
  1. circulate air to prevent overheating
  2. transmits video signals from a computer to a display device
  3. coin-shaped battery that powers essential BIOS settings in computers
  4. provides direct and quick internet connection to a computer
  5. display visual content to a user
  6. provides the usable power for a computer
  7. devices that allow the user to interact with a computer
  8. software stored on the cmos battery that boots up the computer
Down
  1. connects storage devices to the motherboard
  2. physical components of a computer
  3. connects printer to a computer
  4. connects all components in a computer
  5. portable storage device
  6. the brain of a computer
  7. short term computer memory requiring power

15 Clues: portable storage devicethe brain of a computerconnects printer to a computerdisplay visual content to a userphysical components of a computercirculate air to prevent overheatingconnects all components in a computerprovides the usable power for a computershort term computer memory requiring powerconnects storage devices to the motherboard...

Chapter 1 Crossword 2016-01-13

Chapter 1 Crossword crossword puzzle
Across
  1. Collaborative website that allows users to create/modify content via browsers
  2. A hard copy
  3. Small speakers that rest inside each ear canal
  4. device Any hardware component that conveys information from a computer to a user
  5. Anyone who interacts with a computer or mobile device
  6. Internet-capable phone that includes many apps
  7. Recorded media that users can download
  8. book Electronic version of a printed book
  9. Electronic document on the web
  10. Lightweight mobile computer with a screen in its lid and a keyboard in its base
Down
  1. Light-sensing device that converts printed text into a form a computer can process
  2. Thin, light weight computer that has a touch screen
  3. Computer dedicated to providing one or more services to other computers
  4. Worldwide collection of computer networks
  5. message Short video clip sent from a smartphone or other mobile device
  6. Pointing device that fits under the palm of your hand
  7. message Photo or image sent from a smartphone or other mobile device
  8. flash drive Portable flash memory storage device that you plug into a USB port
  9. Programs designed to make users more productive, or assist them with tasks
  10. computing Involves reducing electricity and waste generated when using a computer

20 Clues: A hard copyElectronic document on the webRecorded media that users can downloadWorldwide collection of computer networksbook Electronic version of a printed bookSmall speakers that rest inside each ear canalInternet-capable phone that includes many appsThin, light weight computer that has a touch screen...

Basic Computing 2016-10-11

Basic Computing crossword puzzle
Across
  1. an object on a computer that stores data, information, settings, or commands
  2. the display screen for the computer
  3. the main screen display on a computer, from which files may be opened and programs run
  4. the physical parts of a computer system
  5. a connection port for data transfer
  6. software that runs the basic operations of the computer
  7. Microsoft's word processing program used to create written documents
  8. an area for storing a collection of files or programs on a computer
Down
  1. Microsoft's presentation program used to create electronic slides for display
  2. a small image representing a program or file
  3. Microsoft's spreadsheet program used to perform calculations or store data
  4. an electronic device that stores and manipulates information
  5. a collection of data that directs specific operations within a computer system
  6. a panel of keys used to operate a computer
  7. an application used to access and navigate websites
  8. a device to control the movement of the cursor or pointer on the display screen

16 Clues: the display screen for the computera connection port for data transferthe physical parts of a computer systema panel of keys used to operate a computera small image representing a program or filean application used to access and navigate websitessoftware that runs the basic operations of the computer...

Manufacturing Technology 2023-11-08

Manufacturing Technology crossword puzzle
Across
  1. a computer generated automated system that can be programmed to perform a sequence of tasks. It copies the human mind and body.
  2. the process of changing the shape and size of material by chipping or grinding it. These pieces of material will be used in the final product.
  3. organic substances that are made of carbon, hydrogen, and other elements. Polymers can be either natural or synthetic.
  4. a method of using graphs, known as control charts, to monitor quality. The control chart helps determine why the output varies in a production operation.
  5. a material made of substances like clay that are permanently hardened by heat
  6. methods of monitoring and maintaining the degree of excellence of a manufactured product
  7. Manufacturing that is the making of different types of products on the same machinery. For each type of product, the production process may have to be completely reorganized.
  8. a process of cutting away excess materials. Common separating operations include sawing, drilling, and cutting.
Down
  1. a method of changing natural resources into materials that are ready for manufacturing
  2. a processing method of changing primary processed materials into useful products, such as furniture
  3. he act or process of converting analog audio to digital audio so that it can be used with a synthesizer or sequencer.
  4. manufacturing the making of an item by a single worker. The product takes longer to manufacture, is more expensive, is often unique, and has excellent quality.
  5. a manufacturing system in which many processes are automatically performed or controlled, usually by electronic devices like robots and computers
  6. a computer system with software application for computer aided design

14 Clues: a computer system with software application for computer aided designa material made of substances like clay that are permanently hardened by heata method of changing natural resources into materials that are ready for manufacturingmethods of monitoring and maintaining the degree of excellence of a manufactured product...

Computer Parts 2022-01-03

Computer Parts crossword puzzle
Across
  1. In order to access the internet this piece of equipment is needed.
  2. Physical parts of a computer.
  3. A microphone is an example of this type of device.
  4. Today, many people use this type of storage.
  5. how other programs interact with hardware.
  6. The most common storage device on a computer. (2 words)
  7. The smallest unit of measure for memory.
  8. This type of memory is temporary.
  9. A monitor is an example of this type of device.
  10. This type of port transmits data very slowly
  11. Extra slots on the motherboard where RAM can be added.
Down
  1. a program that is used to translate code from one language into a language the computer itself understands
  2. The __________ system is a large piece of software that is responsible for
  3. all components of the computer all attached to this.
  4. To plug a microphone into your computer, requires this type of card.
  5. _______________ processing unit
  6. This is the type of port that connects the laptop to the projector, and carries both audio and video.
  7. word processors and spreadsheets are examples of this type of application software.
  8. Equipment that is attached to a computer through ports.
  9. Viruses and worms are examples of this

20 Clues: Physical parts of a computer._______________ processing unitThis type of memory is temporary.Viruses and worms are examples of thisThe smallest unit of measure for memory.how other programs interact with hardware.Today, many people use this type of storage.This type of port transmits data very slowlyA monitor is an example of this type of device....

alessandra 2025-05-13

alessandra crossword puzzle
Across
  1. Pointing device for a computer
  2. DISK Device used to store data in a computer
  3. action to access an online account
  4. Device that prints documents
  5. Chip card used for authentication or payments
  6. Device worn to listen to sound privately
  7. Tool used to record or transmit sound
  8. system that blocks unauthorized access
  9. Action of writing data onto a disc
Down
  1. to transfer a file to the internet
  2. MIXER Device for blending audio tracks
  3. Main circuit board in a computer
  4. computer expert who breaks into systems
  5. Portable computer
  6. Optical disc for storing data or music
  7. button to bypass a step or an ad
  8. Electronic message sent via the internet
  9. The screen of a computer
  10. Wireless internet connection
  11. clickable connection between web pages

20 Clues: Portable computerThe screen of a computerDevice that prints documentsWireless internet connectionPointing device for a computerMain circuit board in a computerbutton to bypass a step or an adto transfer a file to the internetaction to access an online accountAction of writing data onto a discTool used to record or transmit sound...

TECHTERMS 2026-05-01

TECHTERMS crossword puzzle
Across
  1. Interconnected computers that form a system
  2. Hypertext Markup Language
  3. free private browser
  4. start up a computer
  5. machine language
  6. application for viewing sites
  7. unique identifier for your computer
  8. 8 bits strung together
  9. World Wide Web
  10. Operating System
  11. keyboard shortcut for Paste
  12. input device
  13. Search engine
  14. output device
Down
  1. Cables that can connect computers at close range
  2. 1,000 Bytes
  3. Portable Document Format
  4. Malicious software
  5. Software that attempts to prevent viruses from coming in contact with your computer
  6. taking information from another computer and saving it on your own
  7. The brain of a computer
  8. the smallest piece of code
  9. files that sites place in your browser
  10. drive place on your computer that stores information long term
  11. Uniform Resource Locator

25 Clues: 1,000 Bytesinput deviceSearch engineoutput deviceWorld Wide Webmachine languageOperating SystemMalicious softwarestart up a computerfree private browser8 bits strung togetherThe brain of a computerPortable Document FormatUniform Resource LocatorHypertext Markup Languagethe smallest piece of codekeyboard shortcut for Paste...

Chapter 1 2017-01-25

Chapter 1 crossword puzzle
Across
  1. informal website in a diary or journal format
  2. program designed to make users more productive and to assist them with personal tasks
  3. collaborative website that allows users to create, add to, modify, or delete content via their browser
  4. software that enables Internet connection and access
  5. Internet service that provides storage to computer users
  6. worldwide collection of computer networks that connects millions
  7. also called a program
  8. short for malicious software
  9. digital video camera which captures video and audio input
  10. set of programs that coordinates all the activities among computer or mobile device hardware
  11. electronic device, operating under instructions stored in its own memory
  12. conveys meaning to users
  13. collection of computers and devices connected together, often wirelessly
  14. hard disks, solid-state drives, USB flash drives, memory cards, and optical disks
  15. anyone who interacts with a computer
Down
  1. dedicated to providing one or more services to other computers or devices on a network
  2. global library of information available to anyone connected to the Internet
  3. produces text and graphics on a physical medium
  4. pointing device that fits in the palm of your hand
  5. thin, lighter weight mobile computer that has a touch screen
  6. having current knowledge and understanding of computers and related technologies
  7. reducing the electricity consumed and environmental waste generated when using a computer
  8. each electronic document on the web
  9. also called a notebook computer
  10. portable personal computer that can easily be carried from place to place
  11. electronic components that store instructions and data needed for those instructions
  12. Internet-capable phone
  13. built-in connections contained in webpages
  14. personal computer designed to be in a stationary location
  15. electric, electronic, and mechanical components of a computer
  16. portable flash memory which plugs into a port
  17. accessing media content while it downloads
  18. uses radio signals to provide high-speed Internet
  19. collection of unprocessed items
  20. recorded media that can be downloaded or streamed by users
  21. collection of related webpages
  22. a duplicate of content on a storage medium in case the original is lost

37 Clues: also called a programInternet-capable phoneconveys meaning to usersshort for malicious softwarecollection of related webpagesalso called a notebook computercollection of unprocessed itemseach electronic document on the webanyone who interacts with a computerbuilt-in connections contained in webpagesaccessing media content while it downloads...

Test 2015-09-15

Test crossword puzzle
Across
  1. A type of security exploit in which the attacker adds Structured Query Language (SQL) code to a Web form input box to gain access to resources or make changes to data.
  2. A third generation high level language
  3. Graphic interfaces were first used in a xerox product is called
  4. Random Access Memory
  5. Integrated Service Digital Network
  6. Which of the following represents an application file extension
  7. Process of recovering passwords from data that have been stored in or transmitted by a computer system
  8. A microprocessor
  9. India’s first super computer is
  10. A binary digit of either a 1 or 0
Down
  1. Father of artificial intelligence
  2. The first mechanical computer designed by Charles Babbage was called
  3. Java was originally invented by
  4. Internet Protocol
  5. Any software used to disrupt computer operation, gather sensitive information, or gain access to private computer systems.
  6. The parity bit is added for the purpose of
  7. IC chips used in computers are usually made of
  8. most powerful type of computer
  9. Transmission control Protocol

19 Clues: A microprocessorInternet ProtocolRandom Access MemoryTransmission control Protocolmost powerful type of computerJava was originally invented byIndia’s first super computer isFather of artificial intelligenceA binary digit of either a 1 or 0Integrated Service Digital NetworkA third generation high level language...

Tech Terms 2025-04-17

Tech Terms crossword puzzle
Across
  1. Simulation of real life
  2. Exs: Printer, Monitor
  3. What these things do: USB, EExternal Hard Drive
  4. Portable Document Format
  5. Taking information from somewhere else and putting it on your computer
  6. Ctrl + C
  7. Exs: Keyboard, Mouse
  8. Central Processing Unit
  9. Internet Protocol Address
  10. Ctrl + P
  11. Software that protects from malware
  12. Exs: Google Chrome, Microsoft Edge
  13. Hyper Text Markup Language
  14. Domain Name System
  15. Restart a computer
  16. Exs: Google, Yahoo
  17. Components of a computer you can touch
  18. Open Source Software. Its free!
  19. Malicious software
  20. Start a computer
  21. Machine language
  22. Ctrl + V
  23. Transfers signal, Pushes you to the internet
Down
  1. A computer that does a service
  2. Takes Input, Stores, Processes, Gives Output
  3. Uniform Resource Locator
  4. Components of a computer, the backbone
  5. 8 bits
  6. Something somone created online that you can't touch
  7. Divide between people with and without internet
  8. Personal Identifiable Information
  9. Random Access Memory
  10. Mixed Up Data
  11. Exs: Windows 11, Mac OS
  12. Data saved on websites to be used later
  13. Used to hardwire to the internet
  14. A bunch of interlinked websites
  15. Changes signal, Allows you to use internet
  16. 1 million bytes
  17. A bunch of connected devices
  18. 0 and 1
  19. Where the computer stores all information
  20. Instructions for the components of a computer
  21. Online journal
  22. Read Only Memory

45 Clues: 8 bits0 and 1Ctrl + CCtrl + PCtrl + VMixed Up DataOnline journal1 million bytesStart a computerMachine languageRead Only MemoryDomain Name SystemRestart a computerExs: Google, YahooMalicious softwareRandom Access MemoryExs: Keyboard, MouseExs: Printer, MonitorSimulation of real lifeExs: Windows 11, Mac OSCentral Processing Unit...

Computer Terminology 2012-08-11

Computer Terminology crossword puzzle
Across
  1. Information in a form suitable for transmission from internal to external units of a computer, or to an outside medium
  2. An electronic device that makes possible the transmission of data to or from a computer via telephone or other communication line
  3. A set of keys, usually arranged in tiers, for operating a typewriter, typesetting machine, computer terminal, or the like
  4. A lever resembling this, used to control movement of a cursor or other graphic element for video games and computer graphics
  5. Any of several microcomputer operating systems or environments featuring a graphical user interface
  6. The capacity of a computer to store information subject to recall
  7. A device or unit that operates separately from the CPU but is connected to it, as a magnetic disk or tape unit or a printer
  8. An output device that produces a graphical representation by drawing on paper, as with one or more attached pens
  9. Acronym for RANDOM ACCESS MEMORY
  10. A systematic plan for the automatic solution of a problem by a computer
  11. A recording or registering apparatus or device
  12. An organizing unit in a computer's file system for storing and locating files
  13. The process of introducing data into the internal storage of a computer
  14. A computer-aided electronic system using photoelectric cells to separate copy, as color illustrations, into its primary colors, correct color copy, and produce a set of color separations ready for proofing or printing
  15. disk A thin, flexible plastic disk coated with magnetic material, on which data and programs can be stored for later retrieval
  16. A collection of related data or program records stored on some input/output or auxiliary storage medium
Down
  1. A system containing any combination of computers, computer terminals, printers, audio or visual display devices, or telephones interconnected by telecommunication equipment or cables
  2. A palm-sized, button-operated pointing device that can be used to move, select, activate, and change items on a computer screen
  3. A person who uses a computer
  4. A computer-generated image
  5. Also called a BINARY DIGIT. A single, basic unit of computer infomation
  6. Also called video screen. the portion of a terminal or monitor upon which information is displayed
  7. Equipment or programs designed to communicate information from one system of computing devices or programs to another
  8. An output device that produces a paper copy of alphanumeric or graphic data
  9. Also called loudspeaker. an electroacoustic device, often housed in a cabinet, that is connected as a component in an audio system, its function being to make speech or music audible
  10. A systematic series of actions directed to some end
  11. Available in electronic form; readable and manipulable
  12. Acronym for READ-ONLY MEMORY
  13. A set of bits, usually eight, processed by a computer as a unit

29 Clues: A computer-generated imageAcronym for READ-ONLY MEMORYA person who uses a computerAcronym for RANDOM ACCESS MEMORYA recording or registering apparatus or deviceA systematic series of actions directed to some endAvailable in electronic form; readable and manipulableA set of bits, usually eight, processed by a computer as a unit...

Vocab - FFM&CC 2025-10-06

Vocab - FFM&CC crossword puzzle
Across
  1. global network of servers which operate through the internet
  2. copies of digital files on a secondary storage medium
  3. containers used to store digital files and other folders
  4. storage of files in a central location to serve multiple computers
  5. simultaneously working with other computer users on the same digital file stored on a cloud-based server
  6. portable hard drive located outside of the main computer tower
  7. process of naming, storing and organizing digital files
  8. using the cloud to store, manage and process data
  9. portable document format file which maintains document formatting on different digital platforms
Down
  1. removable storage device located outside of the main computer tower
  2. three- or four-letter abbreviations indicating what type of digital file it is
  3. keywords or other means to identify and locate files or folders efficiently
  4. folder within a folder
  5. order of organizing digital files using folders and subfolders
  6. process of a digital file stored on a cloud-based server automatically updating with the most recent changes by all computer users
  7. main internal storage device of a computer
  8. changing a file type to another type of file
  9. three- or four-letter abbreviations separated from the file name by a period indicatingthe kind of digital file
  10. amount of computer storage measurement used in most computer hard drives
  11. collection of related information, such as a text document or spreadsheet

20 Clues: folder within a foldermain internal storage device of a computerchanging a file type to another type of fileusing the cloud to store, manage and process datacopies of digital files on a secondary storage mediumprocess of naming, storing and organizing digital filescontainers used to store digital files and other folders...

M3--Lesson 25: Networks 2016-01-04

M3--Lesson 25:  Networks crossword puzzle
Across
  1. Wireless technology that can deliver max speeds of up to 7mbps to your cell phone, home computer, or a car.
  2. Type of fiber-optic telephone line; provides phone service for a commercial building.
  3. Internet connection technology that provides for the transfer of info over copper telephone lines.
  4. Link from one computer to another through which data can be transmitted.
  5. A server that acts as an intermediary between a user and the Internet.
  6. Computer configuration in which one or more computers on the network acts as a server.
  7. Communications hardware device that facilitates the transmission of data.
  8. Computer architecture in which all of the computers on a network are equal; no computer designated as the server.
  9. Computer network that covers a large geographical area.
  10. Expert computer user that invades someone else's computer.
  11. An ISP that provides connection speeds more than 30 times faster than dial-up connections.
  12. Junction where information arrives and is then forwarded in one or more directions to other computers or devices.
  13. Allows outside organizations to access internal info systems.
Down
  1. Device that uses coaxial cable to send and receive data.
  2. Variation of LAN that uses no physical wires.
  3. High end programs designed to provide network control and include special functions for connecting computers.
  4. Device on a network
  5. Security measure that uses authentication that examines a fingerprint, voice pattern, etc. to gain access to a secure area.
  6. Creates a buffer between an internal network and the internet.
  7. The largest network used as a communication tool.
  8. Designed for exclusive use of computer users within an organization.
  9. Computer that uses the services of another program.
  10. Computer that handles requests for data, email, file transfers, and other network services.
  11. World's collection of interconnected commercial and government-owned voice-oriented systems.
  12. A device that directs traffic on a network by dividing data into smaller packets that travel by different routes and then are reassembled at their destination.
  13. Series of connected personal computers within a confined space, such as an office building.

26 Clues: Device on a networkVariation of LAN that uses no physical wires.The largest network used as a communication tool.Computer that uses the services of another program.Computer network that covers a large geographical area.Device that uses coaxial cable to send and receive data.Expert computer user that invades someone else's computer....

Anatomy of a Computer 2017-02-16

Anatomy of a Computer crossword puzzle
Across
  1. Newer mice and keyboards use USB cables, most require what purple ports.
  2. You can attach some older modems to the ______ port
  3. the ____ funnels power through the multicoloured cables
  4. You can use ________ to connect many different types of peripherals
  5. The brain of the computer
  6. lets peripherals communicate quickly with the processor
  7. A large printed circuit board
Down
  1. If you have an older printer or scanner, you probably connect the device to the ______ port.
  2. many peripherals need it to work
  3. It houses your graphics card
  4. Most ______ cards attach to one of the mother-board’s PCI slots.
  5. Where the motherboard manufacturer installs a basic OS
  6. where the CPU stores temporary data

13 Clues: The brain of the computerIt houses your graphics cardA large printed circuit boardmany peripherals need it to workwhere the CPU stores temporary dataYou can attach some older modems to the ______ portWhere the motherboard manufacturer installs a basic OSthe ____ funnels power through the multicoloured cables...

My ICT Crossword Puzzle 2025-09-26

My ICT Crossword Puzzle crossword puzzle
Across
  1. Small image representing a program
  2. Global network
  3. Program that fights viruses
  4. Internet-based electronic letters
  5. Brain of the computer
  6. program for calculations
  7. Emails often need this to attach
  8. An output device that converts electrical signals into audible sound.
  9. Microsoft program for typing
  10. Device to print on paper
  11. Machine to display output
  12. Temporary memory
Down
  1. Storage device shaped like a stick
  2. Collection of web pages
  3. Permanent storage
  4. A pointing device
  5. Company that makes Windows
  6. Portable computer
  7. Physical parts of a computer
  8. Main circuit board of a computer
  9. A social media site

21 Clues: Global networkTemporary memoryPermanent storageA pointing devicePortable computerA social media siteBrain of the computerCollection of web pagesprogram for calculationsDevice to print on paperMachine to display outputCompany that makes WindowsProgram that fights virusesPhysical parts of a computerMicrosoft program for typing...

Computer Programming Crossword 2019-03-05

Computer Programming Crossword crossword puzzle
Across
  1. A sequence of instructions that is continually repeated until a certain condition is reached
  2. A contraction of else if and is to signal another condition
  3. The smallest unit of data in a computer
  4. A type of procedure or routine
  5. A whole number that can be positive, negative, or zero
  6. The total obtained from adding numbers
  7. Removes the most recently added element that was not yet removed
  8. The set of rules that defines the combinations of symbols
  9. An instruction in a computer program
  10. A list of data items stored so as to be retrievable in a definite order
  11. a register in a computer processor that contains the address of the instruction being executed at the current time
  12. The operation of joining two strings together
  13. A unit of data that is eight binary digits long
  14. Shows another condition of the if statement that could happen
  15. A data type that has one of two possible values
  16. The concept that users try a product, and if they like it, they pay a set fee
  17. A method of solving a problem where the solution depends on solutions to smaller instances of the same problem
  18. Refers to the variable as found in the function definition
  19. A computer program that transforms computer code written in one programming language into another programming language
  20. Shows another of the if statement that has to happen
  21. A computer program which manages access to a centralized resource in a network
  22. a general-purpose computer-programming language that is designed to have as few implementation dependencies as possible
Down
  1. An interpreted, high-level, general-purpose programming language
  2. A character that represents an action
  3. A term is used in various programming languages to define a variable with a fractional value
  4. The routine process of locating and removing computer program error
  5. An algorithm that puts elements of a list in a certain order
  6. A computer program that directly performs instructions written in a programming or scripting language
  7. To add a fixed amount
  8. An abstract data type that serves as a collection of elements
  9. Are frequently used to enclose arguments to functions and methods
  10. A detailed yet readable description of what a computer program or algorithm must do
  11. generates random numbers for the purposes of gambling or creating unpredictable results in a computer game
  12. Adds an element to the collection
  13. A set of instructions designed to perform a frequently used operation within a program
  14. The collection of physical parts of a computer system
  15. A well-defined procedure that allows a computer to solve a problem
  16. Software that is available free of charge
  17. The beginning of a for loop
  18. A value that can change, depending on conditions or on information passed to the program
  19. A type of non-volatile memory used in computers
  20. Operation that finds the remainder after division of one number by another
  21. A form of computer data storage that stores data and machine code currently being used
  22. A data structure consisting of a collection of elements

44 Clues: To add a fixed amountThe beginning of a for loopA type of procedure or routineAdds an element to the collectionAn instruction in a computer programA character that represents an actionThe total obtained from adding numbersThe smallest unit of data in a computerSoftware that is available free of chargeThe operation of joining two strings together...

Annika Lau_Crossword 2026-02-03

Annika Lau_Crossword crossword puzzle
Across
  1. it is the standard technology for connecting wired devices into an LAN.
  2. processing unit it is a specialized circuit designed to quickly manipulate computer memory.
  3. it is a small removable flash memory card used for storing data in electronic devices.
  4. unit the component within a CPU that acts as the “manager” of the computer.
  5. technology attachment
  6. advanced technology advancement it is the standard hardware interface used to connect storage devices to a computer’s motherboard.
  7. graphics array it is a connector on a computer that sends video signals so you can see images on a screen.
  8. definition multimedia interface a standard physical connector and cable used to transmit high-quality video and audio from a source.
  9. array of independence a hardware system that combines multiple physical hard drives into a single unit to increase performance or protect against data loss.
  10. input or output system it is the pre-installed software firmware that runs when it’s turned on.central processing unit the main hardware component that acts like the “brain” of the computer.
  11. state drive a type of computer storage that saves data using memory chips.
  12. it is a tiny computer contained on a single chip.
Down
  1. unit interface it is part of any technical document that’s created for a government contract that should be protected because it could release personal information.
  2. serial bus
  3. PC it is a functional computer which is kept in a small compact case.
  4. a program or code that can attach itself to files or software on a computer. It can be very dangerous to parts of your computer.
  5. function array a type of external data storage that uses flash memory hardware media for data storage
  6. only memory a type of computer hardware that stores data permanently, even when the device is turned off
  7. processing unit the main hardware component that acts like the “brain” of the computer.
  8. logic unit a digital circuit that performs all math calculations on binary data.
  9. visual interface
  10. access memory
  11. interface card a piece of computer hardware that allows a computer, server, or other device to connect to a network.
  12. disk drive it is a physical storage device used in computers to permanently store digital information.
  13. crystal display a type of flat-panel screen used in electronics to display text, images, or videos.
  14. technology file system it is the primary filling system that newer Windows systems use to organize, store, and find files on internal hard drives.

26 Clues: serial busaccess memoryvisual interfacetechnology attachmentit is a tiny computer contained on a single chip.it is the standard technology for connecting wired devices into an LAN.PC it is a functional computer which is kept in a small compact case.state drive a type of computer storage that saves data using memory chips....

BTT Ashwikaa 2022-09-28

BTT Ashwikaa crossword puzzle
Across
  1. used to create documents or files
  2. is used to edit your videos
  3. plans,schedules and manages projects
  4. is used in schools or sometimes businesses
  5. the thing that navigates the screen
  6. is the memory of the computer
  7. the thing that displays what you do on the computer
  8. the thing that controls most of your actions
  9. the system that phones like samsung run on
  10. brain of the computer
  11. controls medical records
Down
  1. is used to store things on the computer
  2. stores data on solid-state flash memory
  3. the system certain laptops run on
  4. the card that controls the graphics and quality on the computer
  5. used to locate and find data/info
  6. used to create and display info as presentations
  7. main circuit on the computer
  8. the system that macbooks run on
  9. the system that iphones run on

20 Clues: brain of the computercontrols medical recordsis used to edit your videosmain circuit on the computeris the memory of the computerthe system that iphones run onthe system that macbooks run onused to create documents or filesthe system certain laptops run onused to locate and find data/infothe thing that navigates the screen...

Castagna_Buisson_Crossword_Computer_Definition 2016-09-29

Castagna_Buisson_Crossword_Computer_Definition crossword puzzle
Across
  1. it’s electronic device used in telecommunications and data transmission
  2. Reception of email
  3. To connect at the website
  4. it’s something you can use to transfer text or picture to paper
  5. it’s the menu where are stock all the files
  6. Site on the web
  7. it’s something to go directly on another website
  8. All means use, programs, procedures, documentation of a computer system
  9. A web browser is a computer software that allows a user to access the Internet
  10. Folder where the files are moved when they are deleted by the user.
  11. pointer of the mouse
Down
  1. it’s a screen from the computer
  2. Key USB
  3. a free software
  4. something who direct the cursor
  5. it’s something to listen music and other sound
  6. something you use to write on computer
  7. it’s internet
  8. it’s something to transfer text or picture from paper to computer
  9. Personal Portable Computer

20 Clues: Key USBit’s interneta free softwareSite on the webReception of emailpointer of the mouseTo connect at the websitePersonal Portable Computerit’s a screen from the computersomething who direct the cursorsomething you use to write on computerit’s the menu where are stock all the filesit’s something to listen music and other sound...

Technology 2023-06-11

Technology crossword puzzle
Across
  1. (Step-by-step problem-solving procedure)
  2. (Global computer network)
  3. (Intelligence that mimics human behavior)
  4. (Securing data with codes)
  5. (Global Positioning System)
  6. (Pocket-sized mobile device)
  7. (Identification based on unique human characteristics)
  8. (Remote data storage and computing)
  9. (Wireless network connectivity)
  10. (Unmanned aerial vehicles)
  11. (Process of making systems operate automatically)
Down
  1. (Protection of computer systems)
  2. (Electronic data processing machine)
  3. (Distributed digital ledger)
  4. (Simulated or computer-generated)
  5. (Enhancement of real-world experiences with digital content)
  6. (Manipulation of matter at the atomic and molecular scale)
  7. (Field of building and programming robots)
  8. Printing (Additive manufacturing process)
  9. Data (Large sets of complex data)

20 Clues: (Global computer network)(Securing data with codes)(Unmanned aerial vehicles)(Global Positioning System)(Distributed digital ledger)(Pocket-sized mobile device)(Wireless network connectivity)(Protection of computer systems)(Simulated or computer-generated)Data (Large sets of complex data)(Remote data storage and computing)...

Computers Maleia Ali 2020-10-01

Computers Maleia Ali crossword puzzle
Across
  1. starting up a computer from a halted or powered down condition.
  2. Storage device that stores digitally encoded data on rapidly rotating rigid disks with magnetic surfaces. The device is either permanently installed within the computer case or can be portable
  3. stores data and information and is usually volatile; its contents are lost when electrical power is turned off. It plays a major role in a computer's performance.
  4. Brain of the computer that performs instructions defined by software (CPU)
  5. Printed circuit board on which the CPU, RAM chips and other electronic circuit elements of a digital computer are frequently located.
  6. device that projects images, gives sound, and basically gives out the info from the computer so the user can obtain it (ex: monitor, printer, projector, speakers)
  7. Permanent instructions that cannot be changed. It makes the BIOS function. Checks your OS
  8. device used to insert data into a computer or other device (ex: keyboard, mouse, microphone, scanner, voice recognition)
  9. a panel of keys that operate a computer or typewriter
  10. Software used to control the computer and its peripheral equipment. (OS)
  11. A computer or series of computers not connected by cables of any kind.
  12. old for use with computers, although usually capable of other audio uses, e.g. for an MP3 player.
  13. long term data storage, no power needed
  14. instrument or device used for observing, checking, or keeping a continuous record of a process or quantity.
Down
  1. wireless internet card
  2. a geographic network that covers a relatively small geographic area such as a building or a small campus - no more than a mile distance between computers
  3. Word, Excel, Photoshop, WordPerfect
  4. software responsible for the general operation of a computer system, including the operation of hardware, running application software, and file management
  5. Groupings of 1's and 0's that makes information that a computer can understand.
  6. An example of software
  7. network drive, hard drive, flash drive, google drive.
  8. the physical parts of a computer
  9. Something anyone can operate
  10. The components used to link computers and other devices so they may share files and utilize other electronic resources
  11. a hand-held pointing device that detects two-dimensional motion relative to a surface. This motion is typically translated into the motion of a pointer on a display, which allows a smooth control of the graphical user interface of a computer.
  12. hard connection
  13. Set of instructions that tells the hardware what to do. It is what guides the hardware and tells it how to accomplish each task.
  14. A device that provides electricity to a computer.
  15. largest type of network in terms of geographic area;
  16. Printed circuit board on which the CPU, RAM chips and other electronic circuit elements of a digital computer are frequently located.

30 Clues: hard connectionwireless internet cardAn example of softwareSomething anyone can operatethe physical parts of a computerWord, Excel, Photoshop, WordPerfectlong term data storage, no power neededA device that provides electricity to a computer.largest type of network in terms of geographic area;network drive, hard drive, flash drive, google drive....

Twenty letter crossword 2021-09-12

Twenty letter crossword crossword puzzle
Across
  1. Number identified in a network
  2. Malicious software
  3. It is represented by a set of keys
  4. A virtual private network
  5. Main computer data output device
  6. IP datagram transmission standard for serial lines
  7. Logical steps written in a programming language
  8. Data to be processed by a Informatic team
  9. Text developed in a programming language
  10. Central unit of process
Down
  1. Transform the code so that it is readable on a machine
  2. Slot expansion
  3. Brain of a Computer
  4. Main memory of a device, where data is temporarily stored
  5. Digital camera of a computer
  6. Code error in a computer program
  7. Online hosting service
  8. Set of equipment connected to each other
  9. Barrier between a secure internal network and an untrusted network
  10. Pointing device on computer
  11. Store data over the internet

21 Clues: Slot expansionMalicious softwareBrain of a ComputerOnline hosting serviceCentral unit of processA virtual private networkPointing device on computerDigital camera of a computerStore data over the internetNumber identified in a networkCode error in a computer programMain computer data output deviceIt is represented by a set of keys...

computers and kodu 2024-01-10

computers and kodu crossword puzzle
Across
  1. here you would find google and all your apps on a computer
  2. your computer's short-term memory
  3. a basic game making software
  4. a texting app that most pepole use
  5. the code inside your computer
  6. a physical way of protecting your computer
  7. a populer battle royale game
  8. a formal messaging app
  9. invisible graphic squares
Down
  1. a console made by microsoft
  2. a type of worded password
  3. the right order of code
  4. images made up of pixels
  5. a set of instructions for a computer
  6. someone breaking in toyour computer
  7. using yourself to unlock a eletric device
  8. bullying on the internet
  9. fake prospering adverts sent to yourself
  10. stands for the Central Processing Unit
  11. a popular platforming game with lots of smaller games in it made by the pepole using it

20 Clues: a formal messaging appthe right order of codeimages made up of pixelsbullying on the interneta type of worded passwordinvisible graphic squaresa console made by microsofta basic game making softwarea populer battle royale gamethe code inside your computeryour computer's short-term memorya texting app that most pepole use...

Virus Paiten Bulak 2018-11-19

Virus Paiten Bulak crossword puzzle
Across
  1. computer program which misleads users of its true intent
  2. a piece of code that is capable of copying it self and destroying websites
  3. an arrangement of intersecting horizontal and vertical lines
  4. companies in order to make individuals reveal personal information, such as passwords and credit card numbers.
  5. the application of scientific knowledge for practical purposes
  6. the physics and technology concerned with the design of circuits using transistors and microchips
  7. cyber attack in which the preparator seeks to make a machine
  8. the unhonest practice of sending emails purporting to be
Down
  1. Messages distributed by electronic means from one computer user
  2. computer user
  3. or other electronic system
  4. the machines, wiring, and other physical components of a
  5. the programs and other operating information used by a computer
  6. Computer program that replicates itself in order to spread to computers
  7. the action or process of writing computer programs
  8. the process of assigning a code to something for the purposes of classification or identification.
  9. relating to, composed of, or involving two things

17 Clues: computer useror other electronic systemrelating to, composed of, or involving two thingsthe action or process of writing computer programsthe machines, wiring, and other physical components of acomputer program which misleads users of its true intentthe unhonest practice of sending emails purporting to be...

hardware 2019-02-01

hardware crossword puzzle
Across
  1. or pointer on a display screen.
  2. to attach peripherals.
  3. Devices a device that feeds data into a computer, such as a keyboard or mouse.
  4. Another term for display screen.
  5. A silicon chip that contains a CPU.
  6. Printer A type of printer that utilizes a laser beam to
  7. you can text and ring people on this.
  8. The set of typewriter-like keys that enables
  9. in the ink's path direct the ink onto the
  10. the brain of a computer.
Down
  1. to enter data into a computer.
  2. an image on a drum.
  3. you can watch these on t.v as well as on a computer.
  4. Storage Devices another word for hard drive.
  5. A device that controls the movement of the
  6. ink at a sheet of paper. Magnetized
  7. Internal storage areas in the computer.
  8. The main circuit board of a microcomputer.
  9. Disk a magnetic disk on which you can store
  10. Printer A type of printer that works by spraying
  11. Universal Service Bus; a type of port on the
  12. in the desired shapes.

22 Clues: an image on a drum.to attach peripherals.in the desired shapes.the brain of a computer.to enter data into a computer.or pointer on a display screen.Another term for display screen.ink at a sheet of paper. MagnetizedA silicon chip that contains a CPU.you can text and ring people on this.Internal storage areas in the computer....

School is cool! <3 2013-05-21

School is cool! <3 crossword puzzle
Across
  1. The name of the teacher in Math 1PA?
  2. What is the name of our class room?
  3. Witch program is beging used most with the computer?
  4. How many types og math do we have in 1ST?
  5. What is the most spoken language in the world?
  6. Trygg Ole is the teacher in witch subject?
Down
  1. What is the English name for "Samfunnsfag"?
  2. How many foreign languages do we have in 1ST?
  3. Is it true that we have as many female teachers as male?
  4. How many students is it in ST?
  5. How meny students is it in 1STA?
  6. What is the name of our wing?

12 Clues: What is the name of our wing?How many students is it in ST?How meny students is it in 1STA?What is the name of our class room?The name of the teacher in Math 1PA?How many types og math do we have in 1ST?Trygg Ole is the teacher in witch subject?What is the English name for "Samfunnsfag"?How many foreign languages do we have in 1ST?...

IT Crossword 2024-08-30

IT Crossword crossword puzzle
Across
  1. Output devices that produce sound from the computer.
  2. A digital information unit equal to about one billion bytes.
  3. A set of rules that defines how data is transmitted and received over a network.
  4. A structured collection of data that can be easily accessed, managed and updated.
  5. A computer or system that provides data or services to other computers over a network.
  6. A storage device used to store data permanently, including the operating system, applications and files.
  7. An input device that allows the user to point, click and interact with the computer's graphical interface.
  8. The process of converting information into a code to prevent unauthorized access.
  9. Random Access Memory, a type of temporary storage that holds data and programs currently being used by the CPU.
  10. A connection point on a computer used for plugging in devices like flash drives, keyboards, and mice.
Down
  1. Software designed to disrupt, damage, or gain unauthorized access to a computer system.
  2. A security system that protects a network or system from unauthorized access.
  3. The Central Processing Unit, often called the "brain" of the computer, responsible for carrying out instructions from programs.
  4. An input device that allows the user to type text and commands into the computer.
  5. The physical components of a computer system (such as the monitor, keyboard and motherboard)
  6. The main circuit board in a computer that connects all the components and allows them to communicate.
  7. A temporary storage area that holds frequently accessed data for quick retrieval.
  8. A step-by-step set of instructions used to solve a problem or perform a task.
  9. A piece of data that is used to verify the identity of a user or process.
  10. A display screen that shows visual output from the computer.

20 Clues: Output devices that produce sound from the computer.A digital information unit equal to about one billion bytes.A display screen that shows visual output from the computer.A piece of data that is used to verify the identity of a user or process.A security system that protects a network or system from unauthorized access....

Hardware Fun 2016-04-05

Hardware Fun crossword puzzle
Across
  1. device which can be slotted into a computer to allow the use of audio components for multimedia applications.
  2. disk drive used to read from and write to a hard disk.
  3. the brains of the computer where most calculations take place.
  4. device that captures images from photographic prints, posters, magazine pages, and similar sources for computer editing and display.
  5. type of display adapter or video card installed within most computing devices to display graphical data with high clarity, color, definition and overall appearance.
  6. hand-operated electronic device that controls the coordinates of a cursor on your computer screen as you move it around on a pad
Down
  1. piece of computer hardware item used to communicate the results of data processing carried out by an information processing system.
  2. type of storage device that can be removed from a computer while the system is running. Examples of removable media include CDs, DVDs and Blu-Ray disks, as well as diskettes and USB drives.
  3. type of computer memory that can be accessed randomly.
  4. device or program that enables a computer to transmit data over telephone or cable lines.
  5. converts mains AC to low-voltage regulated DC power for the internal components of a compute.
  6. enclosure for the main interior components of a computer.
  7. external input device used to type data into some sort of computer system whether it be a mobile device, a personal computer, or another electronic machine.
  8. circuit board containing the principal components of a computer with connectors for other circuit boards to be slotted into.
  9. video camera connected to a computer, allowing its images to be seen by Internet users.
  10. electronic visual display for computers

16 Clues: electronic visual display for computerstype of computer memory that can be accessed randomly.disk drive used to read from and write to a hard disk.enclosure for the main interior components of a computer.the brains of the computer where most calculations take place....

Musical Instruments Review 2024-12-05

Musical Instruments Review crossword puzzle
Across
  1. Electric and acoustic are two ___ of guitars
  2. The ___ guitar is hollow-bodied
  3. Instrument popular in schools because they are inexpensive
  4. The ___ evolved from the lute
  5. Baby grand and upright are two types of modern ___
  6. Plucked/strummed, ___, and hit/struck are three stringed instrument types
  7. The two types of brass families are ___ and slide
Down
  1. The earliest ___ were made of bird bone
  2. Africans played drums to send ___ signals
  3. A ___ instrument is anything you hit, shake, or scrape to make sound
  4. A piano has 88 ___
  5. Pick-ups are little ___ attached to the body of the guitar
  6. A thin strip of material that vibrates
  7. A piano has over 7,000 ___
  8. The Steelpan or Steel drums are from ___
  9. The ___ of a brass instrument's tube is called a bore

16 Clues: A piano has 88 ___A piano has over 7,000 ___The ___ evolved from the luteThe ___ guitar is hollow-bodiedA thin strip of material that vibratesThe earliest ___ were made of bird boneThe Steelpan or Steel drums are from ___Africans played drums to send ___ signalsElectric and acoustic are two ___ of guitars...

Computer parts 2024-12-09

Computer parts crossword puzzle
Across
  1. Man's best friend
  2. Has a trunk
  3. Likes to chase mice
  4. famous processor manufacturer
  5. longest keyboard key
  6. short for Random Access memory
  7. input device (letters)
  8. a heart of computer
  9. name of river in this city
  10. former popular pc manufacturer
  11. Large marsupial
Down
  1. like to eat cheese, cat eat them
  2. input PC device for gaming
  3. Flying mammal
  4. key for breaking operation
  5. key you must press to confirm input
  6. popular fruit (New York)
  7. malicious computer program, makes computer damage
  8. display of computer
  9. short name of processor
  10. capitol city of Bosnia and Herzegovina
  11. short for Unites States of America

22 Clues: Has a trunkFlying mammalLarge marsupialMan's best friendLikes to chase micedisplay of computera heart of computerlongest keyboard keyinput device (letters)short name of processorpopular fruit (New York)input PC device for gamingkey for breaking operationname of river in this cityfamous processor manufacturershort for Random Access memory...

Chapter 1 Crossword 2016-01-13

Chapter 1 Crossword crossword puzzle
Across
  1. book Electronic version of a printed book
  2. Electronic document on the web
  3. Collaborative website that allows users to create/modify content via browsers
  4. message Photo or image sent from a smartphone or other mobile device
  5. A hard copy
  6. Thin, light weight computer that has a touch screen
  7. Internet-capable phone that includes many apps
  8. device Any hardware component that conveys information from a computer to a user
  9. computing Involves reducing electricity and waste generated when using a computer
  10. Computer dedicated to providing one or more services to other computers
Down
  1. Pointing device that fits under the palm of your hand
  2. Programs designed to make users more productive, or assist them with tasks
  3. Lightweight mobile computer with a screen in its lid and a keyboard in its base
  4. Worldwide collection of computer networks
  5. flash drive Portable flash memory storage device that you plug into a USB port
  6. message Short video clip sent from a smartphone or other mobile device
  7. Light-sensing device that converts printed text into a form a computer can process
  8. Recorded media that users can download
  9. Small speakers that rest inside each ear canal
  10. Anyone who interacts with a computer or mobile device

20 Clues: A hard copyElectronic document on the webRecorded media that users can downloadbook Electronic version of a printed bookWorldwide collection of computer networksInternet-capable phone that includes many appsSmall speakers that rest inside each ear canalThin, light weight computer that has a touch screen...

Chapter 1 Crossword 2016-01-13

Chapter 1 Crossword crossword puzzle
Across
  1. Collaborative website that allows users to create/modify content via browsers
  2. Small speakers that rest inside each ear canal
  3. message Short video clip sent from a smartphone or other mobile device
  4. Internet-capable phone that includes many apps
  5. Recorded media that users can download
  6. computing Involves reducing electricity and waste generated when using a computer
  7. Worldwide collection of computer networks
  8. Pointing device that fits under the palm of your hand
  9. Thin, light weight computer that has a touch screen
  10. A hard copy
  11. Anyone who interacts with a computer or mobile device
  12. Lightweight mobile computer with a screen in its lid and a keyboard in its base
Down
  1. Electronic document on the web
  2. Computer dedicated to providing one or more services to other computers
  3. Light-sensing device that converts printed text into a form a computer can process
  4. Programs designed to make users more productive, or assist them with tasks
  5. flash drive Portable flash memory storage device that you plug into a USB port
  6. book Electronic version of a printed book
  7. message Photo or image sent from a smartphone or other mobile device
  8. device Any hardware component that conveys information from a computer to a user

20 Clues: A hard copyElectronic document on the webRecorded media that users can downloadWorldwide collection of computer networksbook Electronic version of a printed bookSmall speakers that rest inside each ear canalInternet-capable phone that includes many appsThin, light weight computer that has a touch screen...

Chapter 1 Crossword 2016-01-13

Chapter 1 Crossword crossword puzzle
Across
  1. Collaborative website that allows users to create/modify content via browsers
  2. Computer dedicated to providing one or more services to other computers
  3. Light-sensing device that converts printed text into a form a computer can process
  4. device Any hardware component that conveys information from a computer to a user
  5. Internet-capable phone that includes many apps
  6. Worldwide collection of computer networks
  7. Lightweight mobile computer with a screen in its lid and a keyboard in its base
  8. book Electronic version of a printed book
  9. Recorded media that users can download
  10. Pointing device that fits under the palm of your hand
  11. Small speakers that rest inside each ear canal
Down
  1. message Photo or image sent from a smartphone or other mobile device
  2. A hard copy
  3. Anyone who interacts with a computer or mobile device
  4. Programs designed to make users more productive, or assist them with tasks
  5. message Short video clip sent from a smartphone or other mobile device
  6. Thin, light weight computer that has a touch screen
  7. Electronic document on the web
  8. computing Involves reducing electricity and waste generated when using a computer
  9. flash drive Portable flash memory storage device that you plug into a USB port

20 Clues: A hard copyElectronic document on the webRecorded media that users can downloadWorldwide collection of computer networksbook Electronic version of a printed bookInternet-capable phone that includes many appsSmall speakers that rest inside each ear canalThin, light weight computer that has a touch screen...

IT 2025-09-11

IT crossword puzzle
Across
  1. standard plain text file format
  2. device used to control the cursor on the screen
  3. temporary memory used by the computer
  4. software used to access websites
  5. a small software program, often on phones
  6. information processed by computers
  7. translates domain names to IP addresses
  8. address of a web resource
  9. instructions written for a computer
  10. collection of data stored on a computer
  11. a device that connects networks and direct traffic
  12. online storage space for files and data
  13. the smallest unit data in computing
Down
  1. languages for web pages
  2. a computer that provides data or services to others
  3. security system that blocks unauthorized access
  4. a device or point in a network
  5. a secret word used for access
  6. the brain of the computer
  7. a person that breaks into computer systems
  8. a malicious program that harms computers
  9. common connection for devices

22 Clues: languages for web pagesthe brain of the computeraddress of a web resourcea secret word used for accesscommon connection for devicesa device or point in a networkstandard plain text file formatsoftware used to access websitesinformation processed by computersinstructions written for a computerthe smallest unit data in computing...

anatomy of a computer. Tiffany 2022-02-23

anatomy of a computer. Tiffany crossword puzzle
Across
  1. . It funnels power through the multicolored cables
  2. Card . Most sound cards attach to one of the motherboard’s PCI slots
  3. You can use FireWire to connect many different types of peripherals,
  4. ______ device ports protrude from the back of the computer.
  5. graphics cards, which often include additional RAM.
  6. Manufacturers color the keyboard port purple mouse port green.
  7. the most popular motherboard sizes are ATX and micro ATX
Down
  1. Heatsinks are metal blocks bios
  2. USB and FireWire connections are quickly replacing
  3. You can attach some older keyboard mice
  4. Some devices can draw power
  5. Because the hard drive is not as fast as RAM (Random Access Memory)

12 Clues: Some devices can draw powerHeatsinks are metal blocks biosYou can attach some older keyboard mice. It funnels power through the multicolored cablesUSB and FireWire connections are quickly replacinggraphics cards, which often include additional RAM.the most popular motherboard sizes are ATX and micro ATX...

Study Crossword 2018-01-05

Study Crossword crossword puzzle
Across
  1. An offline version of Google Docs.
  2. Reduces lag from a lot of open tabs.
  3. Stores very little information compared to CD's.
  4. An online version of Pages.
  5. Horizontal
  6. A small piece of equipment used to store information.
  7. Computer screen
  8. An online spreadsheet sight.
  9. Only a physical store.
  10. The brains of a computer.
  11. Brings electrical power to computer.
  12. Command V.
  13. A small device used to point to things on a computer screen.
Down
  1. Something with a bunch of letter on it.
  2. Shopping that is only online.
  3. An offline version of Google Slides.
  4. You make your own movies with this.
  5. Keeps the computer from overheating.
  6. Taking one picture then slightly moving something, you do it repetitively.
  7. A piece of computer that produces an image that you see on the monitor.
  8. Online shopping and physical shopping.
  9. An online slide presentation sight.
  10. A plastic disc that plays music and can store information.
  11. A rigid platter with a magnetic surface that stores information.
  12. Command C.
  13. Vertical

26 Clues: VerticalHorizontalCommand C.Command V.Computer screenOnly a physical store.The brains of a computer.An online version of Pages.An online spreadsheet sight.Shopping that is only online.An offline version of Google Docs.You make your own movies with this.An online slide presentation sight.An offline version of Google Slides....

Chapter One Crossword 2025-02-11

Chapter One Crossword crossword puzzle
Across
  1. processor inside the cpu
  2. physical component of a network that connects devices
  3. one of the major components of a pc, is a program that is executed when a computer is first turned on
  4. is a private network, for example a school
  5. used for long term storage
  6. two or more computers that are connected and are able to communicate with each other
  7. computers main processing component
  8. information that is provided to the computer
  9. a persons username and password
  10. the nerve center of a computer
Down
  1. when software that provides internet to other devices is installed on a computer it becomes a _____
  2. device inside a computer that allows it to connect to the internet
  3. collection of 8 bits
  4. short term storage
  5. global network that allows information sharing
  6. a network that allows devices to connect in a wide area
  7. small network that is limited to a connection of devices
  8. monitors, speakers, and printers are considered ____ type of devices
  9. data is stored in a computer as binary digits, also known as ____
  10. chunks of data sent across the network

20 Clues: short term storagecollection of 8 bitsprocessor inside the cpuused for long term storagethe nerve center of a computera persons username and passwordcomputers main processing componentchunks of data sent across the networkis a private network, for example a schoolinformation that is provided to the computer...

TECHNOLOGY VOCABULARY 2021-04-16

TECHNOLOGY VOCABULARY crossword puzzle
Across
  1. adjusting the parts of something in relation to each other
  2. the symbolic arrangement of data in a computer program
  3. set up for a particular purpose
  4. any small compartment
  5. the exclusive right to sell a work
  6. a program that gives a computer instructions
  7. crime committed using a computer and the internet
Down
  1. having an output that is proportional to the input
  2. the amount of information that can be stored on a disk drive
  3. transfer a file or program to a smaller computer
  4. locate and correct errors in a computer program code
  5. a compact disk that is used with a computer
  6. a unit of measurement of information
  7. a data transmission rate for modems
  8. RAM memory that is set aside as a specialized buffer storage
  9. any computer that is hooked up to a computer network

16 Clues: any small compartmentset up for a particular purposethe exclusive right to sell a worka data transmission rate for modemsa unit of measurement of informationa compact disk that is used with a computera program that gives a computer instructionstransfer a file or program to a smaller computercrime committed using a computer and the internet...

anatomy of a computer. Tiffany 2022-02-23

anatomy of a computer. Tiffany crossword puzzle
Across
  1. Manufacturers color the keyboard port purple mouse port green.
  2. . It funnels power through the multicolored cables
  3. ______ device ports protrude from the back of the computer.
  4. the most popular motherboard sizes are ATX and micro ATX
  5. Heatsinks are metal blocks bios
  6. Because the hard drive is not as fast as RAM (Random Access Memory)
  7. You can attach some older keyboard mice
Down
  1. USB and FireWire connections are quickly replacing
  2. . Most sound cards attach to one of the motherboard’s PCI slots
  3. You can use FireWire to connect many different types of peripherals,
  4. Some devices can draw power
  5. graphics cards, which often include additional RAM.

12 Clues: Some devices can draw powerHeatsinks are metal blocks biosYou can attach some older keyboard miceUSB and FireWire connections are quickly replacing. It funnels power through the multicolored cablesgraphics cards, which often include additional RAM.the most popular motherboard sizes are ATX and micro ATX...

Virus Paiten Bulak 2018-11-19

Virus Paiten Bulak crossword puzzle
Across
  1. the unhonest practice of sending emails purporting to be
  2. the programs and other operating information used by a computer
  3. the physics and technology concerned with the design of circuits using transistors and microchips
  4. Messages distributed by electronic means from one computer user
  5. the machines, wiring, and other physical components of a
  6. computer program which misleads users of its true intent
Down
  1. the process of assigning a code to something for the purposes of classification or identification.
  2. relating to, composed of, or involving two things
  3. a piece of code that is capable of copying it self and destroying websites
  4. the action or process of writing computer programs
  5. Computer program that replicates itself in order to spread to computers
  6. cyber attack in which the preparator seeks to make a machine
  7. the application of scientific knowledge for practical purposes
  8. companies in order to make individuals reveal personal information, such as passwords and credit card numbers.
  9. or other electronic system
  10. an arrangement of intersecting horizontal and vertical lines
  11. computer user

17 Clues: computer useror other electronic systemrelating to, composed of, or involving two thingsthe action or process of writing computer programsthe unhonest practice of sending emails purporting to bethe machines, wiring, and other physical components of acomputer program which misleads users of its true intent...

Unit 4: Business and Technology 2025-07-12

Unit 4: Business and Technology crossword puzzle
Across
  1. A set of instructions a computer follows to do a job, like checking spelling or making a graph.
  2. The “brain” of the computer that controls everything and processes instructions.
  3. Using machines or robots to do tasks, often used in factories or in dangerous jobs.
  4. The programs or apps that tell the computer what to do, like Word, PowerPoint, or games.
  5. When computers are designed to think and make decisions like a human, such as voice assistants like Siri.
  6. A special code or language that tells the computer what to do, like Python or Java.
  7. Illegally copying or sharing software, music, or videos without permission.
  8. A computer program that uses expert knowledge to solve problems, like a digital doctor or tax helper.
  9. A group of parts that work together so a computer can do tasks like typing, searching online, or playing videos.
  10. instruction Using a computer to help teach or tutor students, like math games or learning apps.
Down
  1. Buying or selling things online, like shopping on Amazon or ordering food with DoorDash.
  2. A tool that helps businesses collect and organize data so managers can make smart decisions.
  3. Working from home using the internet instead of going into an office.
  4. A group of computers connected together so they can share information and resources, like the internet at school.
  5. Software used to create drawings or plans for buildings, machines, or products, used by engineers and designers.
  6. Software made for specific jobs, like writing a paper (Word) or making a presentation (PowerPoint).
  7. The physical parts of a computer you can touch, like the keyboard, monitor, or printer.
  8. The main software that helps the computer run and lets all the parts work together, like Windows or macOS.
  9. A harmful program that can damage files, steal information, or make a computer stop working.

19 Clues: Working from home using the internet instead of going into an office.Illegally copying or sharing software, music, or videos without permission.The “brain” of the computer that controls everything and processes instructions.Using machines or robots to do tasks, often used in factories or in dangerous jobs....

mother of computer crosswords 2022-01-19

mother of computer crosswords crossword puzzle
Across
  1. you have to get it to access the internet or online play
  2. a small device that connects to a computer and allows you to store and copy information.
  3. a device for connecting pieces of equipment that cannot be connected directly
  4. a device which allows a computer to read from and write on to computer disks
  5. what you use to type on a computer
  6. a way to cool down your computer
  7. a disk that plays entertainment
  8. a collection of instructions that tell a computer how to work
  9. the screen of a computer
Down
  1. circuit board that controls the output to a display screen.
  2. a port to show visiual on a smartboard or laptop
  3. a charging port that has a different version of it
  4. the most popular feature of a computer
  5. the most important part of a computer
  6. a type of compact disc able to store large amounts of data

15 Clues: the screen of a computera disk that plays entertainmenta way to cool down your computerwhat you use to type on a computerthe most important part of a computerthe most popular feature of a computera port to show visiual on a smartboard or laptopa charging port that has a different version of ityou have to get it to access the internet or online play...

key terms 2023-04-14

key terms crossword puzzle
Across
  1. A computer program that can copy itself and infect a computer without permission or knowledge of the user.
  2. Unit of memory size
  3. High speed internet access that is always on and faster than the traditional dial-up access.
  4. small fixes, often including unique identifiers that web servers send to browsers.
  5. a form of computer memory that can be read and changed in any order. Stores working data and machine code.
  6. electronic holding place for instructions and data a computer needs to reach quickly.
  7. worldwide system of computer networks.
  8. a private network contained within an enterprise that is used to securely share company information and computing resources among employees.
  9. any of a class of electronic devices that convert digital data signals suitable for transmission over analog telecommunications circuits.
  10. the external and internal devices and equipment that enables you to perform major functions such as input, output, storage, communication, processing, and more.
  11. hardware, firmware, or software that is intentionally included or inserted in a system for a harmful purpose.
Down
  1. programs and other operating information used by a computer.
  2. malicious software that enters a users computer and gathers data from another device.
  3. Software program used to locate and display info on the internet.
  4. Component of a computer system that controls the interpretation and execution of instructions
  5. any unsolicited communication, sent in bulk.
  6. A program that can run independently , can propagate a complete working version of itself onto other hosts on a network.
  7. SYSTEMS software that supports a computer's basic functions, such as scheduling tasks, executing applications, and controlling peripherals.
  8. to shut down and restart a computer or program.
  9. a network security device that monitors and filters in and outcoming network traffic based on an organization.

20 Clues: Unit of memory sizeworldwide system of computer networks.any unsolicited communication, sent in bulk.to shut down and restart a computer or program.programs and other operating information used by a computer.Software program used to locate and display info on the internet....

Networking Basics 2013-03-26

Networking Basics crossword puzzle
Across
  1. Network that connects computers and other devices in a relatively small area
  2. A network junction or connection point
  3. Computer circuit board or card that is installed in a computer so that it can be connected to a network
  4. The geographic boundary covered by a Wi-Fi (802.11) wireless access point
  5. A hardware device that routes data (hence the name) from a local area network (LAN) to another network connection
  6. Computer that provides data to other computers on either an LAN or WAN
  7. The part of a network that handles the major traffic and runs the longest distances while employing the highest speed transmission paths
  8. Bandwidth saving device the connects multiple computers into a network
  9. A common digital pathway between resources and devices. There are two major types: system and peripheral
Down
  1. A communications network that covers a geographic area such as a town, city or suburb
  2. A user's desktop, laptop, tablet or smart phone that can be connected to the network
  3. A long-distance communications network that covers a wide geographic area, such as a state or country
  4. Limits the data that can pass through and protects a networked server or client machine from damage
  5. Most common type of connection computers use in a local area network (LAN)
  6. Wireless networking technology that allows computers and other devices to communicate over a wireless signal
  7. Component that allows multiple computers and other devices to be connected via local area network (LAN)

16 Clues: A network junction or connection pointComputer that provides data to other computers on either an LAN or WANBandwidth saving device the connects multiple computers into a networkThe geographic boundary covered by a Wi-Fi (802.11) wireless access pointMost common type of connection computers use in a local area network (LAN)...

Six weeks crossword puzzle 2025-09-11

Six weeks crossword puzzle crossword puzzle
Across
  1. Connects the different parts of a computer together
  2. Programs that run on the computer that help the computer perform task
  3. allows you to move a pointer (cursor) on a computer screen and select items or perform actions by moving your hand and clicking its buttons
  4. A single binary digit
  5. Human readable way to write computer instructions
  6. The physical parts that make up your computer
  7. Contains instruction to tell the computer exactly what to do
  8. Makes your computer usable
Down
  1. A series of coded software instructions to control the operation of a computer or other machine.
  2. Stores currently executing program instructions
  3. Responsible for actually carrying out the instructions of a program
  4. Programs that run on the computer that help users perform task
  5. Memory computers use to store data long-term
  6. A number system with only 1's and 0's
  7. A unit of digital data

15 Clues: A single binary digitA unit of digital dataMakes your computer usableA number system with only 1's and 0'sMemory computers use to store data long-termThe physical parts that make up your computerStores currently executing program instructionsHuman readable way to write computer instructionsConnects the different parts of a computer together...

IT Department 2023-04-20

IT Department crossword puzzle
Across
  1. A measurement of the amount of data that can be transmitted over a network
  2. gain unauthorized access
  3. fraudulent message
  4. piece of software or hardware that blocks certain types of traffic
Down
  1. What does wifi means
  2. A program intended to alter data on a computer in an invisible fashion, usually for mischievous or destructive purposes
  3. Local Are network

7 Clues: Local Are networkfraudulent messageWhat does wifi meansgain unauthorized accesspiece of software or hardware that blocks certain types of trafficA measurement of the amount of data that can be transmitted over a networkA program intended to alter data on a computer in an invisible fashion, usually for mischievous or destructive purposes

IT 2023-05-08

IT crossword puzzle
Across
  1. Wireless Fidelity
  2. gain unauthorized access
  3. A program intended to alter data on a computer in an invisible fashion, usually for mischievous or destructive purposes
  4. Local Are network
Down
  1. fraudulent message
  2. piece of software or hardware that blocks certain types of traffic
  3. A measurement of the amount of data that can be transmitted over a network

7 Clues: Wireless FidelityLocal Are networkfraudulent messagegain unauthorized accesspiece of software or hardware that blocks certain types of trafficA measurement of the amount of data that can be transmitted over a networkA program intended to alter data on a computer in an invisible fashion, usually for mischievous or destructive purposes

Chapter 1 Crossword 2016-01-13

Chapter 1 Crossword crossword puzzle
Across
  1. Lightweight mobile computer with a screen in its lid and a keyboard in its base
  2. Light-sensing device that converts printed text into a form a computer can process
  3. Thin, light weight computer that has a touch screen
  4. Electronic document on the web
  5. Programs designed to make users more productive, or assist them with tasks
  6. A hard copy
  7. Small speakers that rest inside each ear canal
  8. message Short video clip sent from a smartphone or other mobile device
  9. Pointing device that fits under the palm of your hand
Down
  1. Recorded media that users can download
  2. device Any hardware component that conveys information from a computer to a user
  3. Anyone who interacts with a computer or mobile device
  4. flash drive Portable flash memory storage device that you plug into a USB port
  5. Worldwide collection of computer networks
  6. computing Involves reducing electricity and waste generated when using a computer
  7. Internet-capable phone that includes many apps
  8. message Photo or image sent from a smartphone or other mobile device
  9. book Electronic version of a printed book
  10. Computer dedicated to providing one or more services to other computers
  11. Collaborative website that allows users to create/modify content via browsers

20 Clues: A hard copyElectronic document on the webRecorded media that users can downloadWorldwide collection of computer networksbook Electronic version of a printed bookInternet-capable phone that includes many appsSmall speakers that rest inside each ear canalThin, light weight computer that has a touch screen...

ICT TERMS 2025-09-30

ICT TERMS crossword puzzle
Across
  1. Engine – A tool to find information on the internet (e.g., Google).
  2. – A device used to move the pointer and click on things.
  3. – A device used to type letters and numbers.
  4. – A screen that shows what is happening on the computer.
  5. – A secret word or code used for security.
  6. – To get a file from the internet and save it on your device.
  7. – A document or piece of information stored on a computer.
  8. – A collection of web pages on the internet.
  9. – A global network that connects computers around the world.
Down
  1. – Bullying someone using digital devices or the internet.
  2. – The physical parts of a computer.
  3. – To send a file from your device to the internet.
  4. – A program used to view websites (e.g., Chrome, Firefox).
  5. – Programs or applications that tell a computer what to do.
  6. – A name used to log into a computer or website.
  7. – A machine that processes information.
  8. – A way to send and receive messages online.
  9. – A wireless way to connect devices to the internet.
  10. – A place to organize and store files on a computer.
  11. – A harmful program that can damage a computer.

20 Clues: – The physical parts of a computer.– A machine that processes information.– A secret word or code used for security.– A device used to type letters and numbers.– A way to send and receive messages online.– A collection of web pages on the internet.– A harmful program that can damage a computer.– A name used to log into a computer or website....

The Personal Computers 2025-11-03

The Personal Computers crossword puzzle
Across
  1. Store your work
  2. Displays images
  3. Wireless connection
  4. Where cables connect
  5. Pointing device
  6. Short-term memory
  7. Start up a computer
  8. Portable computer
  9. A computer program
  10. For typing text
  11. Harmful computer program
  12. Displays computer output
  13. Organizes files
  14. Storage device part
Down
  1. View web pages
  2. Unit of digital information
  3. Connects devices
  4. Traditional PC type
  5. Global network
  6. Launch a file
  7. Programs on a computer
  8. Common plug type
  9. Mouse action
  10. Makes paper copies
  11. Secret code to log in
  12. Computer's "brain"
  13. Enter your account
  14. Electronic message
  15. Small picture on screen
  16. Digital document

30 Clues: Mouse actionLaunch a fileView web pagesGlobal networkStore your workDisplays imagesPointing deviceFor typing textOrganizes filesConnects devicesCommon plug typeDigital documentShort-term memoryPortable computerMakes paper copiesComputer's "brain"Enter your accountA computer programElectronic messageTraditional PC typeWireless connection...

Tech+ 2024-11-19

Tech+ crossword puzzle
Across
  1. The act of securing data so it cannot be read by unauthorized users.
  2. A program designed to detect, block, and remove malware.
  3. System The system used for information processing on a computer.
  4. A device used to connect multiple devices in a network.
  5. A tool that helps restore a computer system to its previous state.
  6. The software environment used by a computer system.
  7. Software used to protect the computer from unauthorized access.
  8. An attack that takes advantage of vulnerabilities in a network.
Down
  1. A specialized computer designed to serve a network.
  2. The term used for a device's "heart" or "brain."
  3. Type of memory that holds data even after the power is turned off.
  4. A visual interface in an operating system.
  5. A collection of data stored digitally.
  6. A device that outputs hard copy of a document.
  7. The connection method for wireless internet.
  8. The process of encoding data to make it unreadable to unauthorized users.
  9. A type of attack where malicious software takes control of multiple computers.
  10. The protocol used for secure communication over the internet.
  11. A basic storage unit on a computer used for saving files.
  12. A measure to ensure data is not lost in case of an issue.
  13. Drive The main directory in which all files and programs are stored on a computer.

21 Clues: A collection of data stored digitally.A visual interface in an operating system.The connection method for wireless internet.A device that outputs hard copy of a document.The term used for a device's "heart" or "brain."A specialized computer designed to serve a network.The software environment used by a computer system....

Peripherals 2015-10-13

Peripherals crossword puzzle
Across
  1. storage- CD, DVD, Blu-ray
  2. Motion- motion sensor that plugs into a computer through a USB connection, allowing the user to control the device without actually touching it. It replaces the need for a mouse and keyboard and could also be used to control a TV.
  3. with a head wand - by touching the wand onto the screen a user can operate the computer. They can also be used with an onscreen virtual keyboard.
  4. mouse, webcam, keyboard
  5. reader- Tools that allow internet pages and other documents
  6. - used to give us access to the programs and the file system through a command line interface (CLI) or a graphical user interface (GUI). Most screens make use of LED or LCD technology.
  7. software - these enable users to control the computer by blinking.
  8. designed for use with Microsoft's Xbox but it can also be used with other computers. It detects objects in 3D and can 'sense' movement. The Kinect is also being used for medical research and can detect a person's heart rate.
Down
  1. types of keyboards - Braille keyboards can help visually-impaired users and there are also keyboards designed for one-handed typing.
  2. to mice and keyboards - such as a foot-controlled mouse and a tube into which the user either blows or sucks to operate the computer.
  3. printer, headphone, screen
  4. internal storage-drive stores the operating system and software applications. It is normally a hard disk drive (HDD) or a solid state drive (SSD).
  5. hard drive, USB
  6. which came with the original Nintendo Wii. This was the first games console to make a motion sensor the principal controller.

14 Clues: hard drive, USBmouse, webcam, keyboardstorage- CD, DVD, Blu-rayprinter, headphone, screenreader- Tools that allow internet pages and other documentssoftware - these enable users to control the computer by blinking.which came with the original Nintendo Wii. This was the first games console to make a motion sensor the principal controller....

Into Words 2012-12-20

Into Words crossword puzzle
Across
  1. Base A collection of similar data
  2. Folder the logo at the bottom left corner of every PC
  3. Top row keys on the key board
  4. all physical parts of a computer
  5. an operating system produced by Microsoft for use on personal computers, including home and business desktops, laptops and media centers.
  6. Wide Web Widely used info on the internet
  7. To look for nothing in particular
  8. To save information on your computer or on a drive from the internet
  9. The style and size of your text
  10. The way something is arranged
  11. Acceptable use policy
  12. Phone A smartphone is a mobile phone that offers more advanced computing ability
  13. Mail online mailing system
  14. Collection of data stored in one unit
  15. Card Object inside the computer that creates the images seen
  16. Messages exchanged by using computers to send text
  17. What you look at when your on the computer
  18. A removable data storage
  19. Allows one computer to connect to another
  20. Contains the circuitry needed to interpret and execute program instructions
  21. Sheet A worksheet for financial plans
  22. An area with internet access through radio waves
  23. Any problem with the operating system
  24. A book you can read on an electronic device
Down
  1. To copy files of to a second media (disk, Flash drive)
  2. Disk A device where you can store info from your computer
  3. What you see is what you get
  4. A device that generates a digital representation of an image for a computer data input into a computer
  5. contain file on your computer/ hard drive
  6. Instructions used to perform a specific task with a computer
  7. A very small picture element
  8. Anything that is typed into a computer
  9. A computer that can fit into the palm of your hand
  10. Connecting two or more computers to enable the sharing of files and info between multiple systems
  11. Any hardware device that stores data
  12. Button The button that turns on the computer
  13. A sign that stands for and object
  14. Controls the pointer on the screen
  15. To copy data from a temporary area to a more permanent device
  16. Software Used to prevent, find, and remove viruses
  17. Electronic communication network
  18. a type of memory storage measurement
  19. a disk that can hold a large amount of data
  20. A thing that lets you read books, play games/ and get on the internet
  21. Flash Drive a memory card that you stick into a USB port
  22. a program that helps a computer communicate with other devices
  23. site a page on the internet with info on a certain subject
  24. Spot A public area with an available internet access

48 Clues: Acceptable use policyA removable data storageMail online mailing systemWhat you see is what you getA very small picture elementTop row keys on the key boardThe way something is arrangedThe style and size of your textall physical parts of a computerElectronic communication networkTo look for nothing in particularA sign that stands for and object...

Parts of a Computer 2020-09-07

Parts of a Computer crossword puzzle
Across
  1. a machine for manipulating data
  2. devices that allow you to input information into the computer
  3. devices that display information so we can understand
  4. faster; mostly used in businesses
  5. used to type words
  6. houses all the important computer components; flat
  7. Compact Disk Read-Only-Memory
  8. TV style compartment that houses computer screen
  9. copies a document or picture into a computer
Down
  1. allows you to input sounds into your computer
  2. houses all the important computer components; tall
  3. takes what you see on the computer screen and prints it out
  4. uses ink to print; mostly used in homes
  5. Digital Video Disk
  6. allows you to hear sound from your computer
  7. the arrow on the screen controlled by the mouse
  8. Compact Disk ReWrite
  9. controls the cursor
  10. drive stores information/used to transfer information

19 Clues: used to type wordsDigital Video Diskcontrols the cursorCompact Disk ReWriteCompact Disk Read-Only-Memorya machine for manipulating datafaster; mostly used in businessesuses ink to print; mostly used in homesallows you to hear sound from your computercopies a document or picture into a computerallows you to input sounds into your computer...

Anatomy Of A Computer 2023-02-10

Anatomy Of A Computer crossword puzzle
Across
  1. a input device
  2. an output device
  3. portrays your computer
  4. 1000MB
  5. can be repersented by 1s and 0s
  6. an example of secondary storage
  7. a large pcb
  8. can probably connect to a old printer
  9. one of the 3 primary functions of the microprocessor
  10. The motherboard manufacturer installs a basic OS in it
  11. often attached to the motherboards PCI slots
  12. transfer data as fast as 400Mbps
Down
  1. houses your graphics card, which supplies the image to the monitor.
  2. data that can not be edited
  3. an input device
  4. one of the two major cpu manufactures
  5. data that can be edited
  6. needed to save a mp3 file
  7. the brain that carries out your brains instructions

19 Clues: 1000MBa large pcba input devicean input devicean output deviceportrays your computerdata that can be editedneeded to save a mp3 filedata that can not be editedcan be repersented by 1s and 0san example of secondary storagetransfer data as fast as 400Mbpsone of the two major cpu manufacturescan probably connect to a old printer...

Parts of a computer 2025-11-07

Parts of a computer crossword puzzle
Across
  1. houses the hard disk, stores all your data even when turned off.
  2. Slower, permanent memory that the CPU cannot access directly.
  3. a standard way to connect computers to a network using a wired connection.
  4. Most common connecter port used in computers
  5. A method of mass storage that stores data in a permanent state even without power.
  6. Frame of the computer that holds everything.
  7. Software element that allows the CPU to interact with connected devices
  8. board with all the electronics on it.
  9. display adapter that is used to show graphical data in high definition.
Down
  1. any type of data that can be removed even while the system is running.
  2. A circuit board that allows computers and network servers to be connected over a network.
  3. cables that transmit data through pulses of light.
  4. memory that only stores data that is currently being work on.
  5. A wireless technology that allows devices to connect a computer over a short range.
  6. data stored on the computer
  7. Defines a software interface between an operating system and the firmware.
  8. high speed memory in the semiconductor that acts as a buffer between the disk and the CPU
  9. Processor designed to rapidly manipulate memory for the creation of images to be displayed.
  10. brains of the computer, all functions are carried out here.

19 Clues: data stored on the computerboard with all the electronics on it.Most common connecter port used in computersFrame of the computer that holds everything.cables that transmit data through pulses of light.brains of the computer, all functions are carried out here.Slower, permanent memory that the CPU cannot access directly....

Matter and Energy 2024-02-04

Matter and Energy crossword puzzle
Across
  1. We measure it in grams (g) or kilograms (kg)
  2. When objects get hotter, their volume increases
  3. The space a substance occupies
  4. There are many types, including thermal and light
Down
  1. A computer, for example
  2. It has two properties we can measure
  3. An action that makes an object move or changes its shape Large marsupial
  4. A type of simple machine

8 Clues: A computer, for exampleA type of simple machineThe space a substance occupiesIt has two properties we can measureWe measure it in grams (g) or kilograms (kg)When objects get hotter, their volume increasesThere are many types, including thermal and lightAn action that makes an object move or changes its shape Large marsupial

Test 2015-09-15

Test crossword puzzle
Across
  1. A type of security exploit in which the attacker adds Structured Query Language (SQL) code to a Web form input box to gain access to resources or make changes to data.
  2. A third generation high level language
  3. Graphic interfaces were first used in a xerox product is called
  4. Random Access Memory
  5. Integrated Service Digital Network
  6. Which of the following represents an application file extension
  7. Process of recovering passwords from data that have been stored in or transmitted by a computer system
  8. A microprocessor
  9. India’s first super computer is
  10. A binary digit of either a 1 or 0
Down
  1. Father of artificial intelligence
  2. The first mechanical computer designed by Charles Babbage was called
  3. Java was originally invented by
  4. Internet Protocol
  5. Any software used to disrupt computer operation, gather sensitive information, or gain access to private computer systems.
  6. The parity bit is added for the purpose of
  7. IC chips used in computers are usually made of
  8. most powerful type of computer
  9. Transmission control Protocol

19 Clues: A microprocessorInternet ProtocolRandom Access MemoryTransmission control Protocolmost powerful type of computerJava was originally invented byIndia’s first super computer isFather of artificial intelligenceA binary digit of either a 1 or 0Integrated Service Digital NetworkA third generation high level language...

Crossword 1 : Network and Telecommunication 2024-05-01

Crossword 1 : Network and Telecommunication crossword puzzle
Across
  1. The entity that receives the message in a communication system.
  2. A continuously changing signal that represents changes in physical phenomena such as light, sound, pressure, or temperature.
  3. The entity that creates the message to be transferred in a communication system.
  4. The process of communicating or transferring data over long distances using devices such as telephones, radios, and TVs.
  5. The physical or virtual channel through which the message is carried in a communication system.
  6. A network device that amplifies weak signals to increase the length of a network.
  7. The amount of data that can travel through a given transmission medium.
Down
  1. A data transmission mode where data travels in only one direction at a time.
  2. Devices used to connect various components of computer networks.
  3. A network device that connects two similar types of networks or LANs together.
  4. The process of sharing ideas, views, and information with other individuals or machines.
  5. Instructions or information to be carried out or transmitted.
  6. Rules and standards that govern the transmission and reception of data in a communication system.
  7. A signal that takes a limited number of values at discrete intervals of time, typically represented by binary digits (0s and 1s).
  8. The smallest unit of measurement for data in a computer system, representing binary digits.

15 Clues: Instructions or information to be carried out or transmitted.The entity that receives the message in a communication system.Devices used to connect various components of computer networks.The amount of data that can travel through a given transmission medium.A data transmission mode where data travels in only one direction at a time....

Employee Appreciation Week - Day-off Entry Form: Must submit COMPLETED form (correct answers) before Thursday, June 4, 2015 at 5 pm to the Safety Department 2015-05-20

Employee Appreciation Week - Day-off Entry Form:  Must submit COMPLETED form (correct answers) before Thursday, June 4, 2015 at 5 pm to the Safety Department crossword puzzle
Across
  1. For the birth of a child or serious health condition what type of leave can you request?
  2. Metal Detection is an example of ________ Control Point
  3. BHPB values: Integrity, Courage and ______.
  4. Before I enter a Post Kill area I must walk through a?
  5. The study of fitting the workplace to the worker is called _________
  6. Before I enter a Post Kill area I must use?
  7. GMP stands for Good ________Practices
  8. A product made in the baked area.
  9. What is the web site that SDS’s can be found on any computer
  10. The number of points of contact when working on a ladder
  11. What two types of employees do we have for Electrical work – Qualified and ________
  12. The new HR Program is__________
  13. Aseptic samples of product taken for Environmental Monitoring shoud be placed in _________ bags.
  14. Smucker basic beliefs: Quality, ______, Ethics, Growth and Independence
Down
  1. TIR is calculated by the number of recordable incidents X 200,000 then divided by_________ worked
  2. Harmonized System What do the letters GHS stand for
  3. Sanitation is important to helping eliminate _______
  4. What is Tara Hubbards Favorite TV Show?
  5. One of the two new lines in Snacks Packing
  6. BHPB Purpose: "We nuture the _____ between pets and the people who love them making every day special"
  7. You must LOTO when this type of energy is present.
  8. The Food Safety and ________Act (FSMA) is increasing the regulatory standards for Pet Food Manufacturing.
  9. What sport does Edana Correll's son play in college?
  10. Number of extruders in dry processing.
  11. Name the three types of people involved in a LOTO – Affected, ________, and Other
  12. When I travel between Pre Kill/transition and Post kill, I must change my ______. White for Pre Kill/Transition and Blue for Post Kill.

26 Clues: The new HR Program is__________A product made in the baked area.GMP stands for Good ________PracticesNumber of extruders in dry processing.What is Tara Hubbards Favorite TV Show?One of the two new lines in Snacks PackingBefore I enter a Post Kill area I must use?BHPB values: Integrity, Courage and ______....

Digital Literacy - Part 1 2015-11-05

Digital Literacy - Part 1 crossword puzzle
Across
  1. Pointing device that fits under the palm of your hand comfortably.
  2. device Allows you to enter data and instructions into a computer or mobile device.
  3. Mobile computer with a screen in its lid and a keyboard in its base.
  4. Motion made on a touch screen with tip of fingers or hand.
  5. Input device that converts printed text into a form a computer can process.
  6. A duplicate of content on a storage medium.
  7. Personal computer designed to be in a stationary location.
  8. Thin, lighter weight mobile computer that has a touch screen.
  9. Media Player Mobile device on which you can store, organize, and play digital media.
  10. The electric, electronic, and mechanical components contained in computers.
  11. Input device that enables you to speak into a computer or mobile device.
  12. Device Computing device small enough to hold in your hand.
  13. Computer Can perform input, processing, output, and storage activities by itself.
  14. Computer dedicated to providing services to other computers on a network.
  15. Collection of unprocessed items
Down
  1. Pad Small, flat, rectangular pointing device that is sensitive to pressure/motion.
  2. Digital video camera that allows you to capture video and usually audio input for your computer or mobile device.
  3. Message Photo or other image sent to or from a smartphone or other mobile device.
  4. Message Short note sent to or from a smartphone or other mobile device.
  5. Storage Internet service that provides storage to computer users.
  6. Conveys meaning to users
  7. Internet-capable phone
  8. Device that can accept data, process data, produce info, and store info.
  9. Contains keys you press to enter data and instructions into a computer.
  10. Camera Allows you to take photos and store the photographed images digitally.
  11. Message Short video clip sent to or from a smartphone or other mobile device.

26 Clues: Internet-capable phoneConveys meaning to usersCollection of unprocessed itemsA duplicate of content on a storage medium.Motion made on a touch screen with tip of fingers or hand.Personal computer designed to be in a stationary location.Device Computing device small enough to hold in your hand....

Tech+ 2024-11-19

Tech+ crossword puzzle
Across
  1. The act of securing data so it cannot be read by unauthorized users.
  2. A program designed to detect, block, and remove malware.
  3. System The system used for information processing on a computer.
  4. A device used to connect multiple devices in a network.
  5. A tool that helps restore a computer system to its previous state.
  6. The software environment used by a computer system.
  7. Software used to protect the computer from unauthorized access.
  8. An attack that takes advantage of vulnerabilities in a network.
Down
  1. A specialized computer designed to serve a network.
  2. The term used for a device's "heart" or "brain."
  3. Type of memory that holds data even after the power is turned off.
  4. A visual interface in an operating system.
  5. A collection of data stored digitally.
  6. A device that outputs hard copy of a document.
  7. The connection method for wireless internet.
  8. The process of encoding data to make it unreadable to unauthorized users.
  9. A type of attack where malicious software takes control of multiple computers.
  10. The protocol used for secure communication over the internet.
  11. A basic storage unit on a computer used for saving files.
  12. A measure to ensure data is not lost in case of an issue.
  13. Drive The main directory in which all files and programs are stored on a computer.

21 Clues: A collection of data stored digitally.A visual interface in an operating system.The connection method for wireless internet.A device that outputs hard copy of a document.The term used for a device's "heart" or "brain."A specialized computer designed to serve a network.The software environment used by a computer system....

Computer Basic Vocabulary Crossword Puzzle 2021-08-21

Computer Basic Vocabulary Crossword Puzzle crossword puzzle
Across
  1. the main program that runs the computer. A popular one is Windows.
  2. this opens when you click on an icon. It is a rectangular visual area showing the program being used on what is in a folder
  3. a piece of computer work
  4. the slot where you insert a disk into the computer
  5. programs that allow you to do things on a computer like play games, word processing, view files on the internet
  6. pictures or graphics that represent files, programs or folders
  7. a computer that stores files for other computers to access and download
  8. the starting screen of the computer
  9. disks inside your computer where all the data is stored
Down
  1. the way the computer screen looks and interacts with the user
  2. when you get a file from another computer and put it on your computer
  3. a device used to save files on so they can be used on another computer
  4. give you options or choices of what to do
  5. where you put files that you want to delete
  6. a place to store your computer work or files
  7. the bar usually located at the bottom of Microsoft Windows operating systems, which displays the start button, system clock, programs that are currently running, as well as other open windows
  8. the blinking line that lets you know where to type

17 Clues: a piece of computer workthe starting screen of the computergive you options or choices of what to dowhere you put files that you want to deletea place to store your computer work or filesthe slot where you insert a disk into the computerthe blinking line that lets you know where to typedisks inside your computer where all the data is stored...

Impact of computer crimes 2013-10-07

Impact of computer crimes crossword puzzle
Across
  1. Apart from embedding data in music files, images, video or word-processing documents, Indian computer scientists developed an algorithm for embedding hidden data in an ... file.
  2. The worm called Klez became the world's most widespread virus in 2002, hitting as many as one in every 300 e-mails, and ...ing as a simple e-mail attachment.
  3. Wireless systems used by many hospitals to keep track of medical equipment can ... lifesaving devices and cause a fatal breakdown.
  4. Of course, there are many rich men in the empire, but their money is buried, and they dress in rags and ... poverty (M.Twain).
  5. Sophisticated network policies can be used to reduce the impact of ... , Flood Ping, and similar DoS type attacks.
  6. In ..., the survivors meted out (покарать) to Donnelly the death he had earned by his treason (J.London).
  7. Recently, a market of "second-hand software" has emerged in Europe as a result of ... of volume software license packages and resale of single licenses to software retailers.
  8. The compony has recently joined The Original ... Manufacture's Association.
  9. Our compony offers additional 10 percent off the price on ... purchases.
Down
  1. To transfer data from a storage device into a computer's memory
  2. A ... computer network is designed so that computers can send information directly to one another without passing through a centralized server
  3. Customers are looking to ... the coffee house experience at home, stimulating sales of premium roasts, flavored coffees and blends.
  4. The ... effect of all the dreadful sights which we had seen upon our journey was heavy upon my soul (Sir A. C. Doyle).
  5. A letter laced with poisonous substance ricin, sent to US President Barack Obama, has been ..ed by the Federal Bureau of Investigation (FBI).
  6. ... is illegal bebause a purchaser of software does not purchase ownership of it, but rather purchases the right to use the product.
  7. One of the best ways to find great programs is by visiting sites that host ... programs and Demo versions.
  8. The FBI has a ... that allows them to eavesdrop without a warrant on all cellphone conversations.
  9. Philip felt ... to cry, but he clenched his teeth to prevent the sobs from escaping (W.S. Maugham).
  10. ... officials gain access to homes in order to commit burglary.

19 Clues: To transfer data from a storage device into a computer's memory... officials gain access to homes in order to commit burglary.Our compony offers additional 10 percent off the price on ... purchases.The compony has recently joined The Original ... Manufacture's Association....

Parts of a Computer 2025-11-10

Parts of a Computer crossword puzzle
Across
  1. a specialized electronic circuit designed to rapidly render images, videos, and animations for display on a screen
  2. where all of the components of the keyboard are
  3. a wired networking technology that connects computers and other devices in a local area network (LAN) using physical cables, enabling them to communicate and share data at high speeds and with strong security
  4. a hardware component that connects a computer to a network, allowing it to send and receive data
  5. a hardware component that renders images, videos, and animations to display on a monitor
  6. the firmware on a computer's motherboard that initializes hardware and loads the operating system when the computer is turned on
  7. a computer's main, internal workspace that holds data and instructions for the CPU to access quickly
  8. a modern firmware interface that replaces the traditional BIOS for booting computers and starting operating systems
  9. a type of data storage device that uses integrated circuit assemblies as memory to store data persistently
Down
  1. a non-volatile storage used for long-term data storage, such as files, applications, and the operating system, that retains information even when power is off
  2. Case that stores the computer and keeps it protected
  3. a wireless technology that enables devices to connect and exchange data over short distances using radio waves, eliminating the need for cables
  4. the technology that transmits data as pulses of light through thin strands of glass or plastic
  5. a permanent, non-volatile storage device that holds all of a computer's data, including the operating system, applications, and personal files like documents, photos, and videos
  6. the computer's volatile random-access memory (RAM), which stores actively used data and is analyzed through memory forensics
  7. the main component of a computer that performs calculations and executes instructions to run software and manage the system's operations
  8. portable storage devices designed to be easily inserted and removed from a computer, allowing data to be transferred between systems
  9. a standard connection interface for computers and peripheral devices like keyboards, mice, printers, and external drives
  10. a small, fast storage area that temporarily holds frequently accessed data to speed up a computer's performance

19 Clues: where all of the components of the keyboard areCase that stores the computer and keeps it protecteda hardware component that renders images, videos, and animations to display on a monitorthe technology that transmits data as pulses of light through thin strands of glass or plastic...

GRADE 10 D TEST 1 2022-06-09

GRADE 10 D TEST 1 crossword puzzle
Across
  1. A................is an instruction that causes the computer to perform a particular action.
  2. A................ printer many functions
  3. The.................Logic Unit performs arithmetic operations such as addition and subtraction.
  4. You interact with the computer using a series of windows and clicking on.........., menus buttons (WIMP).
  5. A...............is an input device that contains keys (buttons) that the user presses to enter data and instructions into a computer
  6. A................. is a pointing device that fits under the palm of your hand.
  7. The....................system is the main software that controls all the operations that take place in a computer and manages the computer hardware.
  8. A user............ is an instruction given by the user to a particular question displayed by the program.
Down
  1. A............ produces a hardcopy-physical copy-of text and graphics.
  2. The process of starting or restarting a computer is called...............................
  3. A well-designed user.............is essential for an operating system to be popular.
  4. Hardware refers to the................components of a computer that you can see and touch.
  5. The most commonly used operating system on a computer is any version of Microsoft...............
  6. A.............is a device that displays text, graphics and video, and is a visual window for the user.
  7. printing enables you to print on both sides of a page thus saving on paper costs.
  8. A.................is the smallest unit of a digital image.
  9. ........................captures human-marked data from printed forms, such as surveys, test forms or questionnaires.
  10. The operating system is responsible for managing......................
  11. The BIOS performs the................to ensure that the computer hardware connected to the computer is correctly installed and is fully functional.

19 Clues: A................ printer many functionsA.................is the smallest unit of a digital image.A............ produces a hardcopy-physical copy-of text and graphics.The operating system is responsible for managing......................A................. is a pointing device that fits under the palm of your hand....

Do You Know Your Computer? 2013-03-01

Do You Know Your Computer? crossword puzzle
Across
  1. Computer Operating System
  2. Programs And Other Operating Information Used By A Computer
  3. Holds Charge
  4. Circuit Board Containing COmponents Of A Microcomputer
  5. Able To Be Easily Carried Or Moved
  6. Hand Operated Controlling Device
  7. Machine For Printing Text Or Pictures Onto Paper
Down
  1. Method Of Storing
  2. Phsical Components Of A Computer
  3. Portable Computer
  4. Electronic Device For Storring And Proccessing Data
  5. Different Term For 'Computer Screen'
  6. Supply's Computer With Data
  7. Puts Data Into Computer

14 Clues: Holds ChargePortable ComputerMethod Of StoringPuts Data Into ComputerComputer Operating SystemSupply's Computer With DataPhsical Components Of A ComputerHand Operated Controlling DeviceAble To Be Easily Carried Or MovedDifferent Term For 'Computer Screen'Machine For Printing Text Or Pictures Onto Paper...

IT 2023-04-17

IT crossword puzzle
Across
  1. Wireless Fidelity
  2. gain unauthorized access
  3. A program intended to alter data on a computer in an invisible fashion, usually for mischievous or destructive purposes
  4. Local Are network
Down
  1. fraudulent message
  2. piece of software or hardware that blocks certain types of traffic
  3. A measurement of the amount of data that can be transmitted over a network

7 Clues: Wireless FidelityLocal Are networkfraudulent messagegain unauthorized accesspiece of software or hardware that blocks certain types of trafficA measurement of the amount of data that can be transmitted over a networkA program intended to alter data on a computer in an invisible fashion, usually for mischievous or destructive purposes

IT IT 2023-05-08

IT IT crossword puzzle
Across
  1. Wireless Fidelity
  2. gain unauthorized access
  3. A program intended to alter data on a computer in an invisible fashion, usually for mischievous or destructive purposes
  4. Local Are network
Down
  1. fraudulent message
  2. piece of software or hardware that blocks certain types of traffic
  3. A measurement of the amount of data that can be transmitted over a network

7 Clues: Wireless FidelityLocal Are networkfraudulent messagegain unauthorized accesspiece of software or hardware that blocks certain types of trafficA measurement of the amount of data that can be transmitted over a networkA program intended to alter data on a computer in an invisible fashion, usually for mischievous or destructive purposes

Emerging Technologies 2020-10-04

Emerging Technologies crossword puzzle
Across
  1. A unit of measurement for the width of the smallest wire on a chip
  2. Programming language designed to optimize graphics and text
  3. A binary digit, which is the smallest piece of data on a computer; it can contain one of two values: one or zero
  4. A software that controls the major functions of a computer such as allocating memory to different programs, and protecting the computer and information on it from unauthorized access
  5. A coding system used to structure text files in a document translating it into a web document
  6. A computer program that secures computers and networks from access by unauthorized users
  7. A memory storage device for a computer that uses flash memory
  8. Computer operating on electric motors and electromechanical switches
  9. How many instructions a computer can translate into functions at one time
Down
  1. The "brain" of the computer
  2. A device designed to act as a transmitter and as a resistor
  3. Gives instructions to the computing machine in zeros or ones
  4. The amount of data calculations a microchip can perform at one time
  5. Data that describes or further explains data
  6. The ability to carry out two programs or processes at the same time
  7. The memory space on a computer where programs which are running or open are stored, so they can be easily accessed
  8. The Internet commerce channel to sell and distribute items purchased online
  9. Computer operating on tubes and transistors

18 Clues: The "brain" of the computerComputer operating on tubes and transistorsData that describes or further explains dataA device designed to act as a transmitter and as a resistorProgramming language designed to optimize graphics and textGives instructions to the computing machine in zeros or ones...

Social media 2021-11-03

Social media crossword puzzle
Across
  1. the never ending loop hole of people’s lives
  2. are you feeling lucky?
  3. yellow with a ghost
  4. a platform used for people to joke or ask questions about anything
  5. Can you renegade?
  6. used to talk with friends, join communities of many different types of people and good for talking while gaming
  7. it is the second most used website of all time
Down
  1. the 1’s and 0’s
  2. Everything that is on a technological device is?
  3. a series of instructions telling a computer how to transform a set of facts about the world into useful information
  4. methods, systems, and devices which are the result of scientific knowledge being used for practical purposes.
  5. you tweet on it
  6. the owners name is mark
  7. everything on the internet is stored as

14 Clues: the 1’s and 0’syou tweet on itCan you renegade?yellow with a ghostare you feeling lucky?the owners name is markeverything on the internet is stored asthe never ending loop hole of people’s livesit is the second most used website of all timeEverything that is on a technological device is?...

Organism Test Review-Extra Credit 2022-05-13

Organism Test Review-Extra Credit crossword puzzle
Across
  1. This type of mammal is famous for having a duck bill and lays eggs
  2. Birds evolved from these types of reptiles
  3. A complex single celled organism that is a member of the Eukarya domain. Diatoms and Amoebas are examples of this type.
  4. any living creature
  5. These types of animals have a backbone
  6. a group of closely related organisms that can have offspring that can also have offspring
  7. These types of plants contain tubes that transport water and nutrients across the plant. Trees, Flowers, Ferns are all examples of this type.
  8. A plantlike multicellular heterotroph that feeds of dead organisms. Mushrooms and Mold are two examples of this kingdom.
  9. A multicellular autotroph that gets its food from the Sun.
  10. the broadest classification of organisms, there are three: Bacteria, Archaea, and Eukarya
  11. an organism that must eat other organisms in order to gain food
Down
  1. The process of species changing into new species
  2. All living organisms have at least one of these and they are the basic building blocks of life
  3. an organism that makes it's own food
  4. the Earth is currently doing this due to Humans
  5. the scientific study of classifying organsisms
  6. Non-living zombie like particles that invade cells and turn them into factories that make more of these particles
  7. These types of animals do not have a backbone
  8. Some dinosaurs and all birds have this type of covering
  9. A multicellular heterotroph
  10. These types of plants do not contain tubes and are low growing simple plants. Algae and Moss are two examples of this type.

21 Clues: any living creatureA multicellular heterotrophan organism that makes it's own foodThese types of animals have a backboneBirds evolved from these types of reptilesThese types of animals do not have a backbonethe scientific study of classifying organsismsthe Earth is currently doing this due to HumansThe process of species changing into new species...

3.02 Vocabulary 2014-05-19

3.02 Vocabulary crossword puzzle
Across
  1. Unit that controls all of the work of a computer; frequently called the “brains” of the computer
  2. Computer term for processed information, or the final product obtained from the computer
  3. Special software that allows an individual to view information on the Internet
  4. Worksheet created by using a computer’s ability to perform high-speed mathematical calculations; used for budgets, accounts, and financial records
  5. Device that converts outgoing messages from a computer into a form that can be sent over telephone lines
  6. technologist Assist with cardiac catheterization procedures and angioplasty
  7. Operates an instrument called an electroencephalograph, which records the electrical activity of the brain
  8. (Clinical) Laboratory Technician (MLT) Study tissues, fluids, and cells of the human body to help determine the presence and/ or cause of disease
Down
  1. Computer term for information that is entered into a computer
  2. A system of linked computers that share information communication
  3. The use of video, audio, and computer systems to provide medical and/ or health care services
  4. A group of related records in a computerized system
  5. Machine or physical components of a computer system
  6. Programs or instructions that allow computer hardware to function intelligently
  7. A collection of related data in a computer

15 Clues: A collection of related data in a computerA group of related records in a computerized systemMachine or physical components of a computer systemComputer term for information that is entered into a computerA system of linked computers that share information communicationtechnologist Assist with cardiac catheterization procedures and angioplasty...

Anna's Computer Vocabulary 2014-02-11

Anna's Computer Vocabulary crossword puzzle
Across
  1. a component that transparently stores date
  2. port a power connection between a computer and an electronic device
  3. the background image of a display screen, on which windows, icons, and other graphical items appear
  4. computer instructions or data, anything that can be stored electronically is software
  5. code using eight binary digits to represent characters
  6. memory hardware that allows fast access to permanently stored data
  7. the software that supports a computer's basic functions, such as scheduling tasks
  8. electronic equipment connected by cable to the CPU of a computer, disk drives and printers are important peripherals
  9. a program that accesses and displays files
  10. a computer or program that can download files for manipulation, run applications
  11. internet protocol address
  12. Internet Service Provider
  13. a high capacity, self contained storage device containing a read write mechanism plus one or more hard disks inside a sealed unit
  14. an internet address
  15. a group of computers
  16. a memory device in that information can be accessed in any order
Down
  1. a collection of information
  2. the brain of a computer
  3. a computer that processes requests for HTML
  4. anyone can change and edit
  5. a sequence of adjacent bits usually eight
  6. a model of computer use in which services stored on the internet are provided to users on a temporary basis
  7. a printed circuit board containing the principal components of a computer or other device, with connectors into which other circuit boards can be slotted
  8. built in software
  9. a value or setting that a device or a program automatically selects if you do not specify a substitute
  10. physical components that make up a computer system
  11. Domain Name System
  12. A lot of WAN and LAN and servers that create it
  13. to start a computer by loading an operating system

29 Clues: built in softwareDomain Name Systeman internet addressa group of computersthe brain of a computerinternet protocol addressInternet Service Provideranyone can change and edita collection of informationa sequence of adjacent bits usually eighta component that transparently stores datea program that accesses and displays files...

Understanding Computers - 2022-10-17 2022-10-20

Understanding Computers - 2022-10-17 crossword puzzle
Across
  1. – the best operating system for gamers
  2. – the storage device in your computer
  3. – what is 1024 gigabytes?
  4. – the screen for your computer
  5. – spreadsheet software from Microsoft
  6. – software that makes copies of itself and spreads to other computers
  7. – a programming language that is also a hot beverage
  8. – the company founded by Steve Jobs
  9. – action taken by someone to gain unauthorized access to your computer
  10. – cloud-based software company and a synonym for search
Down
  1. – company that creates the most popular graphics software
  2. – a programming language that is also the name of a snake
  3. – what does the shortcut Ctrl + S do?
  4. – binary state for 0
  5. – binary state for 1
  6. – a computer program that is installed on hardware
  7. – the computer processor
  8. – temporary on-board memory in a computer
  9. – software that collects personal information without you knowing
  10. – maker of the most popular central processing unit

20 Clues: – binary state for 0– binary state for 1– the computer processor– what is 1024 gigabytes?– the screen for your computer– the company founded by Steve Jobs– what does the shortcut Ctrl + S do?– the storage device in your computer– spreadsheet software from Microsoft– the best operating system for gamers– temporary on-board memory in a computer...

tech terms 2022-11-28

tech terms crossword puzzle
Across
  1. Ctrl p, ctrl c, ctrl v
  2. A way to store memory on a computer
  3. Connects home network to the internet
  4. 0 or 1 in binary
  5. Mouse, mic, keyboard
  6. Software design to destroy or disrupt computers
  7. The software that lets a user do things
  8. Copying data from one computer to another
  9. The central processing unit in a computer
  10. An address of where to find something online
  11. A forceful reset
  12. Yahoo, google
Down
  1. Projectors, speakers
  2. The standard language for making web pages
  3. A unique string of characters for
  4. A format for files
  5. The programming that a computer can use
  6. A group of bits(usually 8)
  7. It receives and sends data through a computer
  8. Around 1 million bytes
  9. A device that blocks network traffic
  10. Safari, firefox
  11. Files created by websites you visit
  12. Directly connecting the computer to a router

24 Clues: Yahoo, googleSafari, firefox0 or 1 in binaryA forceful resetA format for filesProjectors, speakersMouse, mic, keyboardCtrl p, ctrl c, ctrl vAround 1 million bytesA group of bits(usually 8)A unique string of characters forA way to store memory on a computerFiles created by websites you visitA device that blocks network traffic...

Types of Films 2021-12-22

Types of Films crossword puzzle
Across
  1. exorcist
  2. spiderman
  3. show amici
  4. mission impossible
  5. troy
  6. mammamia
Down
  1. titanic
  2. colpa delle stelle
  3. dune
  4. bird box
  5. lo hobbit
  6. ariel

12 Clues: dunetroyarieltitanicexorcistbird boxmammamiaspidermanlo hobbitshow amicicolpa delle stellemission impossible

Types of Weather 2022-01-18

Types of Weather crossword puzzle
Across
  1. it's white and can be high in the sky.
  2. the air blowing in different directions
  3. phenomenon with different, strong types of weather
  4. a cold, white substance.
  5. the temperature gets high
Down
  1. a thick cloud of tiny water droplets in the air
  2. the temperature gets low
  3. no water, no moisture.
  4. when it's not cold not hot.
  5. it rises in the morning and sets at night
  6. water falling from the sky
  7. the opposite of dry

12 Clues: the opposite of dryno water, no moisture.the temperature gets lowa cold, white substance.the temperature gets highwater falling from the skywhen it's not cold not hot.it's white and can be high in the sky.the air blowing in different directionsit rises in the morning and sets at nighta thick cloud of tiny water droplets in the air...

Types of computers 2020-09-16

Types of computers crossword puzzle
Across
  1. this has a fast processing speed and can handle thousands of users at the same time.
  2. This is used for scientific purposes
  3. the study of the computer system
  4. A set of instructions that tells the computer what to do
  5. This has limited processing speed and storage space
Down
  1. A portable Computer
  2. Houses the internal components of the computer.
  3. Any part of the computer you can see or touch
  4. Consists of a touch keyboard and looks like a notebook.
  5. this device is obsolete
  6. Another word for Personal computer
  7. A programmable electronic device

12 Clues: A portable Computerthis device is obsoletethe study of the computer systemA programmable electronic deviceAnother word for Personal computerThis is used for scientific purposesAny part of the computer you can see or touchHouses the internal components of the computer.This has limited processing speed and storage space...

Types Of Memory 2013-01-28

Types Of Memory crossword puzzle
Across
  1. allows sensation to linger for a brief moment after stimulus (less than a second)
  2. Limited capacity (5-9 pieces of information). Limited durations (up to 20 seconds)
  3. and example of sensory memory
  4. Memories vivid and detailed recollections of momentous events in our life (ex: 9/11)
  5. new information that pushes out old information
  6. remembering of the beginning
  7. examples: encoding and visual imagery
Down
  1. unlimited capacity for memory over long periods of time
  2. remembering of the ending
  3. remembering the beginning and ending best
  4. repeating of information in order to commit short term memory to long term memory
  5. combining separate items

12 Clues: combining separate itemsremembering of the endingremembering of the beginningand example of sensory memoryexamples: encoding and visual imageryremembering the beginning and ending bestnew information that pushes out old informationunlimited capacity for memory over long periods of time...

TYPES OF FRACTURES 2015-09-27

TYPES OF FRACTURES crossword puzzle
Across
  1. At an angle across the bone
  2. It may be due to trauma or due to a weakening of the vertebra
  3. A fracture that breaks through the skin
  4. Break through both cortices
  5. Parallel to the long axis of the bone
  6. End of one bone becomes wedged into another bone.
Down
  1. An incomplete fracture in which the bone is bent. Occurs most often in children
  2. Straight across a bone at right angles to each cortex
  3. More then 2 fracture fragments located in one area of the bone
  4. Encircles the bone
  5. Break through one cortex
  6. A fracture that does not break through the skin

12 Clues: Encircles the boneBreak through one cortexAt an angle across the boneBreak through both corticesParallel to the long axis of the boneA fracture that breaks through the skinA fracture that does not break through the skinEnd of one bone becomes wedged into another bone.Straight across a bone at right angles to each cortex...

Types of films 2023-02-18

Types of films crossword puzzle
Across
  1. หนังตลก
  2. หนังแนวผจญภัย
  3. หนังมิวสิคัล
  4. หนังโรแมนติก
  5. หนังวิทยาศาสตร์(บันเทิงคดีวิทยาศาสตร์)
  6. หนังประวัติศาสตร์
  7. หนังสยองขวัญ
  8. หนังแนวจินตนาการ(แฟนตาซี)
Down
  1. หนังเกี่ยวกับการสืบ
  2. หนังตะวันตก(คาวบอย)
  3. การ์ตูนอนิเมชั่น
  4. หนังแอคชั่น

12 Clues: หนังตลกหนังแอคชั่นหนังมิวสิคัลหนังโรแมนติกหนังสยองขวัญหนังแนวผจญภัยการ์ตูนอนิเมชั่นหนังประวัติศาสตร์หนังเกี่ยวกับการสืบหนังตะวันตก(คาวบอย)หนังแนวจินตนาการ(แฟนตาซี)หนังวิทยาศาสตร์(บันเทิงคดีวิทยาศาสตร์)

Types of Dogs 2017-03-07

Types of Dogs crossword puzzle
Across
  1. a hunting dog that like to go swimming
  2. Water dog that comes in yellow, chocolate, black, and white is a medium sized dog
  3. I am a fancy dog that usually gets cool hair cuts and has curly hair
  4. I am black and white and have spots
  5. I stared in a Beverly Hills movie and like Taco Bell
  6. I am known for pulling sleds in Alaska and can survive in cold weather
Down
  1. Brown, white, and black has short hair and is a medium size
  2. wrinkly with a flat nose and is a light brown small dog
  3. I am famous for being a mascot for Georgia
  4. Scooby-Doo is a Great _______
  5. a small fluffy dog With a big head Boo is also this dog
  6. a long dog with short legs

12 Clues: a long dog with short legsScooby-Doo is a Great _______I am black and white and have spotsa hunting dog that like to go swimmingI am famous for being a mascot for GeorgiaI stared in a Beverly Hills movie and like Taco Bellwrinkly with a flat nose and is a light brown small doga small fluffy dog With a big head Boo is also this dog...

Types of Forces 2017-07-04

Types of Forces crossword puzzle
Across
  1. the force that causes a compass to point north
  2. sometimes called buoyancy; it stops an object sinking in water
  3. if a an object is squashed it is due to a ______________ force
  4. the force from an engine
  5. if two surfaces rub together this force causes the objects to get hotter
  6. the force produced by an aeroplane wing
Down
  1. another way of saying air resistance
  2. when a charged balloon sticks to a wall it is due to this force
  3. the force on an object caused by gravity
  4. when a spring is stretched it has this type of force in it
  5. all forces have this unit that they are measured in
  6. when you sit on a chair, the chair pushes you up with a ________ force

12 Clues: the force from an engineanother way of saying air resistancethe force produced by an aeroplane wingthe force on an object caused by gravitythe force that causes a compass to point northall forces have this unit that they are measured inwhen a spring is stretched it has this type of force in it...

Types of Matter 2020-10-25

Types of Matter crossword puzzle
Across
  1. When there is no force of attraction between the molecules and the molecules spread out as much as possible
  2. A type of mixture when the particles are distributed unevenly and some parts of the substance will have different compositions
  3. Compounds will always exist in a certain
  4. A substance that is made up of thousands of one type of atom
  5. Two or more substances physically combined
  6. The number on the bottom right corner of an element in a chemical formula,
Down
  1. Anything that has mass and takes up space
  2. When the molecules are pretty close together, but are not tightly packed. There is a force of attraction between the molecules but it is not so strong
  3. reaction A compound is both formed and separated by a
  4. When the molecules are packed closely together and there is a powerful force of attraction between particles
  5. A mixture in which all the types of particles are evenly spread out and each sample of the mixture has the same distribution of particles
  6. A substance made from 2 or more elements bonded together by chemical bonds

12 Clues: Compounds will always exist in a certainAnything that has mass and takes up spaceTwo or more substances physically combinedreaction A compound is both formed and separated by aA substance that is made up of thousands of one type of atomA substance made from 2 or more elements bonded together by chemical bonds...

Types of Torts 2021-02-10

Types of Torts crossword puzzle
Across
  1. This encompasses the rights of the owner of real of personal property.
  2. Interference with enjoyment by unreasonable interruptions.
  3. Using someone's likeness without their permission.
  4. This protects against people who choose to engage in dangerous activities with unknown consequences.
  5. The truth of this information is no defense for committing this act.
Down
  1. You have the right to your privacy.
  2. Common law rules on liability that come from business transactions.
  3. Protects consumers from products that don't perform properly.
  4. When information is made public that associates a person with an idea that may reflect incorrectly on that person.
  5. Everyone has the right to be left alone.
  6. Failure to exercise care that a reasonable person would enact.
  7. Something purposely done knowing the normal consequences.

12 Clues: You have the right to your privacy.Everyone has the right to be left alone.Using someone's likeness without their permission.Something purposely done knowing the normal consequences.Interference with enjoyment by unreasonable interruptions.Protects consumers from products that don't perform properly....

Types of Wounds 2021-03-08

Types of Wounds crossword puzzle
Across
  1. These generally occur on the feet as a result of poor circulation and nerve damage
  2. Caused by an object puncturing the skin such as a nail or splinter
  3. A type of injury that happens relatively quickly in which the skin is torn, cut or punctured
  4. Caused by damage to the blood vessels that in turn cause blood to collect under the skin
  5. Injuries often from serious trauma in which the skin is partially or completely torn away
  6. Irregular tear-like wounds caused by blunt trauma
  7. Caused by a clean, sharp-edged object, such as a scalpel
  8. Superficial wounds in which the epidermis is scraped off
Down
  1. Chronic wounds that are caused by pressure and/or a shearing force
  2. A wound caused by an a knife that enters and then comes back out of the body or a bullet the penetrates the skin and lodges in the body
  3. Take a long time to heal with some complications
  4. The complete removal of an extremity or limb due to trauma

12 Clues: Take a long time to heal with some complicationsIrregular tear-like wounds caused by blunt traumaCaused by a clean, sharp-edged object, such as a scalpelSuperficial wounds in which the epidermis is scraped offThe complete removal of an extremity or limb due to traumaChronic wounds that are caused by pressure and/or a shearing force...

Types of spectra 2021-03-10

Types of spectra crossword puzzle
Across
  1. Heated ____ is an example of continuous spectra.
  2. Line spectra is also known as _____ spectra.
  3. Atoms are close packed in _____
  4. The ____ are regularly arranged and differ in intensity when examined with high resolving power instrument.
  5. The general appearance of continuous spectrum is _____ of material.
  6. Molecular spectra is also known as ___ spectra
Down
  1. There are two types of _____ spectra.
  2. A regular arrangement of group of ____ form a band system.
  3. In ____ spectra, either dark lines on a bright background are observed.
  4. ____ spectrum is referred to the spectrum produced by a source of light when it is directly examined by a spectroscope.
  5. There are ___ types of emission spectra.
  6. The continuous spectrum is not _____.
  7. When the matter in bulk is heated it emits ___ spectra.

13 Clues: Atoms are close packed in _____There are two types of _____ spectra.The continuous spectrum is not _____.There are ___ types of emission spectra.Line spectra is also known as _____ spectra.Molecular spectra is also known as ___ spectraHeated ____ is an example of continuous spectra.When the matter in bulk is heated it emits ___ spectra....

Types of Economies 2021-04-21

Types of Economies crossword puzzle
Across
  1. Driven by consumer decisions;no government
  2. Limited government with free market
  3. decisions we must make due to scarcity
  4. Government makes all economic decisions
  5. example of a traditional economy
  6. Example of a mixed economy
Down
  1. Example of a command economy
  2. Based on culture & rituals. Farming, Hunting
  3. Mixed economy disadvantage: gov't stunt ______
  4. characteristic of a market economy
  5. ________ to produce
  6. Not enough resources to satisfy wants/needs

12 Clues: ________ to produceExample of a mixed economyExample of a command economyexample of a traditional economycharacteristic of a market economyLimited government with free marketdecisions we must make due to scarcityGovernment makes all economic decisionsDriven by consumer decisions;no governmentNot enough resources to satisfy wants/needs...