networks Crossword Puzzles

teka teki silang 2024-10-22

teka teki silang crossword puzzle
Across
  1. learning
  2. Intelligence
  3. learning
Down
  1. Vision
  2. maps
  3. networks
  4. Virtual

7 Clues: mapsVisionVirtuallearningnetworkslearningIntelligence

Internet Business Associate Lesson 3 Part 1 2019-07-26

Internet Business Associate Lesson 3 Part 1 crossword puzzle
Across
  1. The acronym for an independent agency of the U.S. government that promotes the advancement of science and engineering.
  2. The acronym for the international organization responsible for allocation of IP addresses. Part of the Internet Corporation for Assigned Names and Numbers (ICANN).
  3. The acronym for an integrated services digital network communication standard for sending voice, video or data over digital telephone lines.
  4. A ______ subscriber line is a high-speed direct Internet connection that uses all-digital networks.
  5. The data transmission standard for the Internet. Every computer connected to the Internet has its own IP address, which enables a packet of data to be delivered to a specific computer.
  6. The acronym for the protocol that resides on an incoming mail server. Similar to POP, but is more powerful. Allows sharing of mailboxes and multiple mail server access. The current version is IMAP4.
  7. An IP address represented in words.
  8. An organization that maintains a gateway to the Internet and rents access to customers on a per-use or subscription basis.
  9. A group of computers connected within a confined geographic area.
  10. A base-16 number system that allows large numbers to be displayed by fewer characters than if the number were displayed in the regular base-10 system. In hexadecimal, the number 10 is represented as the letter A, 15 is represented as F, and 16 is represented as 10.
  11. The acronym for the computer agency network, funded by ARPA, that served as the basis for early networking research and was the backbone during the development of the Internet.
  12. A computer that other computers can use to gain information. In network architecture, a host is a client or workstation.
  13. link Highlighted or underlined text in a Webpage that, when clicked, links the user to another location or Webpage.
Down
  1. An Internet protocol used to transfer files between computers; allows file transfer without corruption or alteration.
  2. The amount of information, sometimes called traffic, that can be carried on a network at one time. The total capacity of a line. Also, the rate of data transfer over a network connection; measured in bits per second.
  3. An individual computer connected to a network. Also, a system or application (such as a Web browser or user agent) that requests a service from another computer (the server) and is used to access files or documents.
  4. The protocol for transporting HTML documents across the Internet.
  5. A server that resolves domain names into IP addresses.
  6. A U.S. Department of Defense projects agency that created the first global computer network.
  7. mobile hotspot A device that connects a wireless local area network to a wireless phone network at broadband speeds.
  8. A worldwide network of interconnected networks.
  9. A system that maps uniquely hierarchical names to specific Internet addresses.
  10. Abbreviation for modulator/demodulator. An analog device that enables computers to communicate over telephone lines by translating digital data into audio/ analog signals (on the sending computer) and then back into digital form (on the receiving computer).
  11. The highest level in the computer network hierarchy, to which smaller networks typically connect.
  12. A node on a network that serves as a portal to other networks.

25 Clues: An IP address represented in words.A worldwide network of interconnected networks.A server that resolves domain names into IP addresses.A node on a network that serves as a portal to other networks.The protocol for transporting HTML documents across the Internet.A group of computers connected within a confined geographic area....

3강 4번 2024-12-12

3강 4번 crossword puzzle
Across
  1. - What gardening activity, also used metaphorically for neural maintenance, involves removing unnecessary parts for healthy growth?
  2. - Who tends to plants in a garden, or metaphorically maintains the brain’s neural health?
  3. - What is the spiritual or immaterial part of a person, often linked to emotions or character?
  4. - What term describes interconnected systems, like the pathways in the brain?
  5. - What are the basic building blocks of all living organisms, including those forming neural networks?
Down
  1. - What process removes unwanted elements, in a garden or a neural network?
  2. - What are the tree-like extensions of neurons that receive signals from other neurons?
  3. - What figure of speech compares two things without using "like" or "as"?
  4. - What term describes fostering growth or improving something with care and effort?
  5. - What word refers to a person’s individual identity or essence?
  6. - What are the rules or principles, such as the mathematical ones governing growth in neurons and plants?

11 Clues: - What word refers to a person’s individual identity or essence?- What figure of speech compares two things without using "like" or "as"?- What process removes unwanted elements, in a garden or a neural network?- What term describes interconnected systems, like the pathways in the brain?...

NNDL assignment 2023-11-24

NNDL assignment crossword puzzle
Across
  1. A type of learning where the model learns from labeled data
  2. Layer functioning as FCNN in VGG16
  3. Technique of creating new training examples by applying transformations
  4. Strategy for setting initial values in a neural network
  5. Table used to assess the performance of a classification model
  6. A hyperparameter tuning process
  7. No. of trainable parameters in GRU
  8. Neural network designed for sequential data
  9. Google's pretrained ML model
  10. Backpropagation algorithm for updating weights in an RNN
  11. Another name for True Negative Rate in Confusion matrix
  12. One complete pass through the entire training dataset
  13. Activation function used in the output layer for classification
  14. A pooling operation that computes the average value in each region
  15. Evaluation of a model on a separate dataset to tune hyperparameters
  16. Activation function similar to sigmoid, ranges from -1 to 1
  17. An algorithm used to update the weights in a neural network
  18. Model performs well on training data but poorly on new data
  19. Controls the size of steps in gradient descent
  20. Training algorithm for updating weights in a neural network
  21. Error Square algorithm for updating weights in neural networks
  22. A pooling operation that selects the maximum value in each region
  23. A pretrained Model with 13 CNN and 3 Dense Layers
  24. Issue where gradients become very small during training
  25. A layer to convert a multi-dimensional tensor into a 1D vector
  26. A classification problem where each sample can belong to one of two classes
  27. Technique to prevent overfitting nodes in neural networks
  28. Architecture where information flows in one direction
  29. A technique to stop training when the validation loss stops improving
  30. Optimization algorithm that accumulates past gradients to accelerate learning
  31. Basic building block of a neural network
  32. Adaptive Linear Neuron, a single-layer neural network
  33. Determines the output of a node in a neural network
  34. Key operation in Convolutional Neural Networks (CNNs)
  35. A technique to fine-tune a pre-trained model for a new task
  36. Technique to prevent exploding gradients in RNN
Down
  1. Optimization algorithm for finding the minimum
  2. A type of Neural Network handling sequential data
  3. Optimization algorithm using one example at a time
  4. Process of selecting and representing relevant information from input data
  5. Standard version of a neural network or algorithm
  6. Categorical Loss function in CNN
  7. Adapts a pre-trained model for a new task
  8. Also known as recall or TPR
  9. a CNN Layer where dimensions of the input are reduced
  10. Configuration setting parameters to the model
  11. No. of trainable parameters in LSTM
  12. A set of data samples used in one iteration of training
  13. Popular activation function introducing non-linearity
  14. A type of learning where the model learns from unlabeled data
  15. Simplest form of a neural network, single-layer binary classifier
  16. Additional parameter representing an offset in neural networks
  17. An unsupervised Learning rule
  18. A loss function used in regression problems in CNN
  19. Non-linear transformation applied to a neuron's output
  20. Linearly inseparable logic gate
  21. Model with high bias and low variance
  22. a type of recurrent neural network cell with memory like operation
  23. Adding extra pixels or values around the edges of an image in CNN
  24. Another name for Kernel to reduce dimensions in CNNs
  25. The number of pixels to slide the kernel across the input
  26. A type of recurrent neural network with memory cell

62 Clues: Also known as recall or TPRGoogle's pretrained ML modelAn unsupervised Learning ruleA hyperparameter tuning processLinearly inseparable logic gateCategorical Loss function in CNNLayer functioning as FCNN in VGG16No. of trainable parameters in GRUNo. of trainable parameters in LSTMModel with high bias and low variance...

Internet 2025-03-26

Internet crossword puzzle
Across
  1. The process of transferring data from a local device to the Internet.
  2. A person who posts provocative or offensive content online.
  3. A basic networking device that connects multiple computers or devices in a network and transmits data to all connected devices, without filtering or directing traffic.
  4. A storage location for frequently used internet data.
  5. The process of transferring data from the Internet to a local device.
  6. A network of remote servers used to store data online.
  7. Software designed to harm or exploit computers.
  8. The practice of protecting computers and networks from attacks.
  9. A software application used to access the internet.
  10. A type of online scam used to steal personal information.
  11. A software add-on that extends the functionality of a program or browser.
  12. A global network that connects millions of private, public, academic, business, and government networks.
  13. A collaborative website that allows users to edit and share content.
  14. Small digital icons used to express emotions in messages.
  15. The delay between a user's action and the response from a network or server.
  16. A facility that houses computer systems and related components, such as servers and storage, used to process, store, and distribute data.
  17. A collection of web pages under a single domain name.
  18. A small file stored on a computer that tracks online activity.
  19. A clickable link that directs users to another web page.
Down
  1. A set of rules and conventions that determine how data is transmitted and received over a network, ensuring that devices can communicate effectively and understand each other.
  2. A word or phrase preceded by "#" used to categorize content on social media.
  3. A security system that protects a network from unauthorized access.
  4. The main or introductory page of a website.
  5. A digital audio file available for streaming or download.
  6. Sensationalist headlines designed to attract clicks.
  7. A networking device that forwards data packets between computer networks, directing traffic and enabling communication between different networks, such as connecting a home network to the internet.
  8. A networking device that connects multiple devices within a local area network (LAN) and directs data to its intended destination based on MAC addresses.
  9. A process of looking for information online.
  10. A humorous image, video, or text spread online.
  11. The process of converting data into a secure format.
  12. A service that provides space to store websites online.
  13. The amount of data that can be transmitted over an internet connection.
  14. A test to prove a user is human.
  15. Unwanted or unsolicited email messages.
  16. A device or point in a network that can send, receive, or forward data. Examples of nodes include computers, printers, routers, and servers.
  17. The rate at which data is transferred or processed, typically measured in bits per second (bps) or megabits per second (Mbps), reflecting how fast information can travel across a network or be processed by a device.
  18. An automated program that performs repetitive tasks on the Internet.
  19. An online discussion board.
  20. A hidden part of the internet used for anonymous activities.
  21. A computer or system that provides resources and services to other devices on a network.

40 Clues: An online discussion board.A test to prove a user is human.Unwanted or unsolicited email messages.The main or introductory page of a website.A process of looking for information online.Software designed to harm or exploit computers.A humorous image, video, or text spread online.A software application used to access the internet....

Glossary Crossword 2025-05-13

Glossary Crossword crossword puzzle
Across
  1. A company that provides networking and cybersecurity solutions, including routers, switches, firewalls, and cloud services, designed to help businesses build secure, high-performance networks.
  2. Protective tube or duct used to house and route communication cables such as fiber optics or copper wires to prevent damage and ensure efficient data transmission.
  3. A device that allows computers, smartphones, tablets, and other devices to connect to the internet. It does this by converting digital signals from these devices into analog signals that can be transmitted over telephone lines or cable networks.
  4. Software that is permanently stored on a device, typically responsible for its basic operations, such as on a router or modem.
  5. A list or line of tasks, requests, or calls waiting to be processed, often used in customer service or technical support.
  6. A type of signal or technology that transmits data in continuous waves typically used for older phone systems and TV signals.
  7. A system for connecting a number of computer systems to form a local area network, with protocols to control the passing of information and provides rules that allow network-connected devices to talk to one another without talking over each other.
  8. The delay in network communication. It shows the time that data takes to transfer across the network. Networks with a longer delay or lag have high latency, while those with fast response times have low latency.
  9. A short-range beam of light that carries a command and requires a clear line of sight to the device, commonly used in remote controls.
  10. Networking hardware or software that helps different networks or systems talk to each other and share information.
  11. Cloud-based network management platform that service providers use to monitor, configure, and optimize GigaSpire devices remotely. It allows for real-time diagnostics, troubleshooting, and performance improvements.
Down
  1. Malicious software (malware) that encrypts a victim's data or locks their system, demanding payment (a ransom) to restore access.
  2. The amount of time a system, service, or device is operational and available, usually measured as a percentage of time over a certain period.
  3. A service that connects all emergency responders the instant a call is received.
  4. A longer, more secure version of a password, typically made up of multiple words or a sentence. Passphrases are often used for added security in systems like encryption and authentication.
  5. Point at which the public switched telephone network ends and connects with the customer's personal network or the private network of an organization or business.
  6. The physical cable that connects the main broadband network to an individual building.
  7. Occurs when a customer’s long distance service is switched from one long distance company to another without the customer’s permission.
  8. A high speed internet connection that's always on allowing for faster data transmission than dial-up connections.
  9. A tool that shows the path that data takes to travel from your computer to a website.
  10. A system of interconnected devices or systems that communicate with each other, such as the internet, local area network (LAN), or a company’s internal network.
  11. A company that makes networking equipment like routers, modems, and switches. Their products are often used for home and small business internet setups, especially for Wi-Fi and broadband connections.
  12. A state in which a device or system is not connected to the internet or a network, meaning it is not able to send or receive data.

23 Clues: A service that connects all emergency responders the instant a call is received.A tool that shows the path that data takes to travel from your computer to a website.The physical cable that connects the main broadband network to an individual building....

Unit 1 History 2022-09-01

Unit 1 History crossword puzzle
Across
  1. The study of the past
  2. a way of living
  3. Ancient relics of the past
  4. to agree with
  5. Fossils consisting of human genes
Down
  1. A network of people in the same area
  2. a vast departure of a group
  3. Commandments from the bible
  4. Online networks
  5. wanderer

10 Clues: wandererto agree witha way of livingOnline networksThe study of the pastAncient relics of the pasta vast departure of a groupCommandments from the bibleFossils consisting of human genesA network of people in the same area

CyberAIQON 2024-09-05

CyberAIQON crossword puzzle
Across
  1. Method of gaining access to accounts by systematically trying all possible password combinations.
  2. Update to software that fixes vulnerabilities or bugs to improve security and performance.
  3. Security process requiring two different forms of identification for access. (sigla)
  4. Vulnerability in software that is exploited before the developer has a chance to fix it.
  5. Provides secure, encrypted connections over less secure networks.
  6. Software designed to detect and remove malware from computers.
  7. Software that secretly monitors and collects information about users without their knowledge.
  8. System that monitors network traffic for suspicious activities or policy violations.
  9. General term for any software designed to harm, exploit, or otherwise compromise devices and networks.
  10. Software or hardware that records every keystroke made on a computer.
Down
  1. Attack that overloads a system, making it unavailable to legitimate users.
  2. The process of converting data into a coded form to prevent unauthorized access.
  3. Hidden way to bypass normal authentication to gain unauthorized access to a system.
  4. Type of malware that encrypts data and demands a ransom for its release.
  5. Software or hardware that monitors and controls incoming and outgoing network traffic.
  6. Fraudulent attempt to obtain sensitive information by pretending to be a trustworthy entity.
  7. Network of infected computers that can be remotely controlled by a cybercriminal.
  8. Malware disguised as legitimate software but allows unauthorized access to a user’s system.

18 Clues: Software designed to detect and remove malware from computers.Provides secure, encrypted connections over less secure networks.Software or hardware that records every keystroke made on a computer.Type of malware that encrypts data and demands a ransom for its release.Attack that overloads a system, making it unavailable to legitimate users....

11.5 Testout Crossword 2023-03-28

11.5 Testout Crossword crossword puzzle
Across
  1. uses radio waves to transmit data from small circuit boards
  2. the standard mechanism to dynamically assign IP addresses within a network
  3. a triple-A protocol
  4. an encrypted security protocol that protects internet traffic on wireless networks.
  5. electromagnetic radiation with wavelengths longer than those of visible light and shorter than radio waves
  6. developed at MIT and is a key component of Windows Active Directory
  7. a unique, 12-character alphanumeric attribute that is used to identify individual electronic devices on a network.
  8. a file-level storage architecture that makes stored data more accessible to networked devices
  9. a network security device that monitors and filters incoming and outgoing network traffic based on an organization's previously established security policies.
Down
  1. Internet Protocol Address
  2. is an encryption protocol included as part of the IEEE 802.11i standard for wireless LANs
  3. a symmetric block cipher chosen by the U.S. government to protect classified information.
  4. combines two, non-overlapping 20 MHz channels into a single 40 MHz channel.
  5. a communication protocol used across the Internet for especially time-sensitive transmissions such as video playback or DNS lookups
  6. a new WFA security standard for personal and enterprise networks
  7. network that uses wireless data connections between network nodes.
  8. Characters that give wifi a unique name
  9. allows the antennae to divide streams between multiple devices.

18 Clues: a triple-A protocolInternet Protocol AddressCharacters that give wifi a unique nameuses radio waves to transmit data from small circuit boardsallows the antennae to divide streams between multiple devices.a new WFA security standard for personal and enterprise networksnetwork that uses wireless data connections between network nodes....

IST 2013-02-06

IST crossword puzzle
Across
  1. collection of academic, government, business and individual networks linked around the world via many communication channels
  2. electronic mail
  3. agreed set of rules for exchange of messages
  4. subdivision of a message which is separately transmitted and reassembled at the destination
Down
  1. private network of information, usually accessible by staff of an organisation to display appropriate information
  2. Computer software application that interprets the scripting language HTML
  3. hardware or software used to block unauthorised access, usually from the internet into private networks
  4. small text file that stores temporary information about the user and is accessed by a website to uniquely identify that user

8 Clues: electronic mailagreed set of rules for exchange of messagesComputer software application that interprets the scripting language HTMLsubdivision of a message which is separately transmitted and reassembled at the destinationhardware or software used to block unauthorised access, usually from the internet into private networks...

CyberSecurity 1 2025-02-05

CyberSecurity 1 crossword puzzle
Across
  1. A type of attack where a hacker overloads a server with traffic to make it crash.
  2. A type of malicious software designed to damage, disrupt, or gain unauthorized access to computer systems.
  3. A method of encoding data to protect its confidentiality.
  4. A security method that requires two forms of identification, such as a password and a fingerprint.
  5. A commonly used firewall bypass technique that hides the source IP address.
Down
  1. The practice of defending systems and networks from digital attacks.
  2. A system that detects and prevents unauthorized access to computer networks.
  3. The act of impersonating a legitimate entity to steal sensitive information.

8 Clues: A method of encoding data to protect its confidentiality.The practice of defending systems and networks from digital attacks.A commonly used firewall bypass technique that hides the source IP address.A system that detects and prevents unauthorized access to computer networks....

Ethical and Social Issues in ICT 2024-06-16

Ethical and Social Issues in ICT crossword puzzle
Across
  1. A form of bullying that occurs through digital devices
  2. The set of moral principles for using the computer and internet
  3. A trial of data you create while using the Internet
  4. A type of intellectual property law that grants creators of original works exclusive rights
  5. The set of technologies that facilitate the sharing of ideas, thoughts, and information through virtual networks and communities
  6. Refers to the responsible use of technology by anyone who uses digital tools
Down
  1. An illegal and criminal activity done by using computer and internet technology
  2. The social issue referring to the differing amount of information between those who have access to the Internet and those who do not
  3. The laws that prevent cybercrime, legalize electronic transactions, and punish cyber criminals
  4. The responsible use of technology by anyone who uses computers, the internet, and digital devices
  5. A type of intellectual property that gives its owner the exclusive right to copy, distribute, adapt, display, and perform a creative work
  6. Unauthorized access to computer systems or networks to manipulate or exploit them

12 Clues: A trial of data you create while using the InternetA form of bullying that occurs through digital devicesThe set of moral principles for using the computer and internetRefers to the responsible use of technology by anyone who uses digital toolsAn illegal and criminal activity done by using computer and internet technology...

Computer Hardware Words 2022-10-03

Computer Hardware Words crossword puzzle
Across
  1. a device, such as a wireless router, that allows wireless devices to connect to a network.
  2. central node is connected to each of the other nodes on a network. Similar to a hub connected to the spokes in a wheel.
  3. a barrier between a trusted system or network and outside connections, such as the Internet.
  4. a hardware component that allows a computer or another device, such as a router or switch, to connect to the Internet.
  5. used to network multiple computers together.
  6. a hardware device that directs traffic between networks and devices.
Down
  1. a computer system that hosts websites.
  2. a component that provides networking capabilities for a computer.
  3. Many wide area networks span long distances via telephone lines, fiber optic cables, or satellite links
  4. a network of connected devices that exist within a specific location.
  5. a series of Wi-Fi routers that work together to create a single wireless network.
  6. multiple devices that communicate with one another.

12 Clues: a computer system that hosts websites.used to network multiple computers together.multiple devices that communicate with one another.a component that provides networking capabilities for a computer.a hardware device that directs traffic between networks and devices.a network of connected devices that exist within a specific location....

Thinking in Circuits 2025-06-03

Thinking in Circuits crossword puzzle
Across
  1. Unsupervised grouping of similar data.
  2. Foundation of modern language models.
  3. AI generates false information.
  4. Classic measure of machine intelligence.
  5. Generative method for image synthesis.
  6. Vector representation of meaning.
  7. Neural network training algorithm.
  8. Hypothetical runaway AI intelligence.
Down
  1. Moral considerations in AI deployment.
  2. Learning via trial and reward.
  3. Directing generative model behavior.
  4. Hidden variables in a model.
  5. Model captures noise, not signal.
  6. Making model decisions understandable.
  7. Learned parameters in neural networks.

15 Clues: Hidden variables in a model.Learning via trial and reward.AI generates false information.Model captures noise, not signal.Vector representation of meaning.Neural network training algorithm.Directing generative model behavior.Foundation of modern language models.Hypothetical runaway AI intelligence.Moral considerations in AI deployment....

Deep Deterministic Uncertainty: A Simple Baseline 2022-11-17

Deep Deterministic Uncertainty: A Simple Baseline crossword puzzle
Across
  1. the n-dimensions where your variables live
  2. short form of out of distribution
  3. short form of in distribution
  4. the uncertainty of the model due to a lack of training data.
  5. a normalization technique used for generative adversarial networks, used to stabilize training of the discriminator
  6. a statistical model where you use probability to represent all uncertainty within the model, both the uncertainty regarding the output but also the uncertainty regarding the input
Down
  1. function f such that |f(x)-f(y)|<=C|x-y| for all x and y, where C is a constant independent of x and y. Its inverse also is this function.
  2. ensemble of neural networks which average the models probability outputs
  3. Modified National Institute of Standards and Technology database
  4. the data's inherent randomness that cannot be explained away
  5. a mathematical function that converts a vector of numbers into a vector of probabilities
  6. short form of Deep Deterministic Uncertainty

12 Clues: short form of in distributionshort form of out of distributionthe n-dimensions where your variables liveshort form of Deep Deterministic Uncertaintythe uncertainty of the model due to a lack of training data.the data's inherent randomness that cannot be explained awayModified National Institute of Standards and Technology database...

Security Bytes - March 2024 2024-02-28

Security Bytes - March 2024 crossword puzzle
Across
  1. A person who uses computers to gain unauthorised access to data.
  2. A network device that forwards data packets between computer networks
  3. Security techniques that use biological data for authentication.
  4. An encryption-based Internet security protocol
  5. A number of internet connected devices each of which is running one or more bots
Down
  1. a piece of software designed to update a computer program or its supporting data to fix or improve it.
  2. No one is trusted by default from inside or outside the network, and verification is required from everyone trying to gain access to resources on the network.
  3. Software designed to detect and destroy computer viruses
  4. A vulnerability that is unknown to those who would be interested in mitigating the vulnerability, including the vendor of the target software.
  5. Highlighted policy in march security bytes newsletter
  6. A process or set of rules to be followed in calculations or problem solving operations, especially by a computer.
  7. The practice of protecting systems, networks and programs from digital attacks

12 Clues: An encryption-based Internet security protocolHighlighted policy in march security bytes newsletterSoftware designed to detect and destroy computer virusesA person who uses computers to gain unauthorised access to data.Security techniques that use biological data for authentication....

Unit 3 2022-02-04

Unit 3 crossword puzzle
Across
  1. Álagning
  2. Kænn
  3. Vörureikningur
  4. Styrkja
Down
  1. Tegsl
  2. Skera á

6 Clues: KænnTegslSkera áStyrkjaÁlagningVörureikningur

Andres Reyes 2014-09-09

Andres Reyes crossword puzzle
Across
  1. -Law granting a legal right to a copyright holder or author which requires their permission to make copies of the work
  2. - a system of connected computers that allows the sharing of files and equipment there are tow types of networks local area network and wide area network
  3. a part of computer system or network that is designed to block unauthorized access while permitting outward communication
  4. -the unauthorized use, reproduction distribution ,or transmission
Down
  1. -a reference to published unpublished source.
  2. -Originally knows as Web log. Blogs are websites that contains dated text entries, generally listed in reserves chronological order about a particular topic
  3. - a bully who operates online in cyberspace to bully online
  4. - a restricted computer network; a private network created using World Wide Web software.
  5. -software used to view various kinds of internet resources found on the web
  6. - an unauthorized person who secretly gains access to computer file.
  7. -to renew or revitalize to reload a webpage on the internet
  8. networks - online communities where people meet socialize, exchange digital files

12 Clues: -a reference to published unpublished source.- a bully who operates online in cyberspace to bully online-to renew or revitalize to reload a webpage on the internet-the unauthorized use, reproduction distribution ,or transmission- an unauthorized person who secretly gains access to computer file....

computer hardware 2022-10-03

computer hardware crossword puzzle
Across
  1. a type of network topology in which a device (node) transmits its own data as well as serves as a relay for other nodes.
  2. a hardware component that allows a computer or another device, such as a router or switch, to connect to the Internet
  3. used to network multiple computers together.
  4. network a type of network which more than one computer is connected to a switch or router in the middle
  5. acts as a barrier between a trusted system or network and outside connections, such as the Internet
Down
  1. a hardware device that directs traffic between networks and devices.
  2. multiple devices that communicate with one another.
  3. similar to a Local Area Network (LAN), but it's a lot bigger.
  4. a computer system that hosts websites. It runs Web server software, such as Apache or Microsoft IIS,
  5. a component that provides networking capabilities for a computer.
  6. a communications protocol that is used for wireless data access through most mobile wireless networks
  7. a network of connected devices that exist within a specific location.

12 Clues: used to network multiple computers together.multiple devices that communicate with one another.similar to a Local Area Network (LAN), but it's a lot bigger.a component that provides networking capabilities for a computer.a hardware device that directs traffic between networks and devices....

Social media KEYWORDS 2021-09-14

Social media KEYWORDS crossword puzzle
Across
  1. to sign in asocial network you need a … and a password
  2. online harassment
  3. the act of giving wrong information about something
  4. Facebook and Instagram are social …
  5. impolite
  6. publish on a blog, on social networks
  7. a person who uses negative and critical
  8. emotionally touched
  9. friends can give you … to help you in difficult situations
  10. delete
Down
  1. a person who uses their strength or power to frighten or hurt weaker people
  2. reliable
  3. malevolent
  4. informatioin
  5. shocking

15 Clues: deletereliableimpoliteshockingmalevolentinformatioinonline harassmentemotionally touchedFacebook and Instagram are social …publish on a blog, on social networksa person who uses negative and criticalthe act of giving wrong information about somethingto sign in asocial network you need a … and a password...

Throughout Conversations 2019-07-30

Throughout Conversations crossword puzzle
Across
  1. He makes funny noises when mistaken
  2. How people perceive themselves.
  3. People cannot live with out them nowadays.
  4. Likes to chase mice
  5. Mental illness
  6. Creator and owner of the most popular networks
  7. Person that treats bad others
Down
  1. She has awesome abilities for power point presentations
  2. Terrifying consequence of mental illnesses.
  3. Picturing oneself
  4. Online pages to socialize
  5. The most popular social network
  6. She laughs a lot
  7. Man's best friend
  8. Action of mistreating another person

15 Clues: Mental illnessShe laughs a lotPicturing oneselfMan's best friendLikes to chase miceOnline pages to socializePerson that treats bad othersHow people perceive themselves.The most popular social networkHe makes funny noises when mistakenAction of mistreating another personPeople cannot live with out them nowadays....

IT Quiz_SET-3 2026-01-03

IT Quiz_SET-3 crossword puzzle
Across
  1. Software used to browse the web
  2. High-level programming language
  3. Data transferred over a network
  4. A table row in DBMS
  5. Volatile memory type
  6. Software development life cycle phase
  7. Unwanted emails
Down
  1. Private network within an organization
  2. Program that manages hardware
  3. Device used to connect networks
  4. Object-oriented concept for data security
  5. Key used to uniquely identify records
  6. Language used to style web pages
  7. Error occurring during program execution
  8. Brain of the computer

15 Clues: Unwanted emailsA table row in DBMSVolatile memory typeBrain of the computerProgram that manages hardwareSoftware used to browse the webDevice used to connect networksHigh-level programming languageData transferred over a networkLanguage used to style web pagesKey used to uniquely identify recordsSoftware development life cycle phase...

IT1571-Introduction to Computer Networks 2022-08-15

IT1571-Introduction to Computer Networks crossword puzzle
Across
  1. In which of the Data transfer method Data will be transferred in one direction only?
  2. It is a small physical device that operate at the network layer to join multiple networks together.
  3. The main functionality of the transmission media is to carry the information in the form of ____ through LAN
  4. It is a measure of the thickness of the wire
  5. This topology is an arrangement of the network in which every node is connected to the central hub, switch or a central computer
  6. This topology can be formed by using the formula: Number of cables = (n*(n-1))/2
  7. It is an ISO standard developed from the Synchronous Data Link Control (SDLC) standard proposed by IBM in the 1970's.
  8. It means the loss of energy, i.e., the strength of the signal decreases with increasing the distance which causes the loss of energy
  9. This OSI model layer is responsible for Bit Synchronization,Bit rate control,Physical Topologies
Down
  1. How many layers available in Open Systems Interconnection (OSI) model
  2. It is an wireless transmission and it is unidirectional, when an antenna transmits microwaves they can be narrowly focused. This means that the sending and receiving antennas need to be aligned
  3. It is an eight-wire connector used commonly to connect computers onto a local-area networks (LAN)
  4. acknowledgment (of the received data) is hooked on the data frame (to be sent) instead of sending a separate frame.
  5. This topology can be formed by using the formula: Number of cables = (n*(n-1))/2
  6. It is a physical layer networking device which is used to connect multiple devices in a network. They are generally used to connect computers in a LAN.
  7. This technology is an arrangement of the network in which computers are interconnected with each other through various redundant connections
  8. This type of MAC address means one-to-all communication. A frame with a destination _______ address is sent to all entities in the link
  9. defines the structure of the network of how all the components are interconnected to each other

18 Clues: It is a measure of the thickness of the wireHow many layers available in Open Systems Interconnection (OSI) modelThis topology can be formed by using the formula: Number of cables = (n*(n-1))/2This topology can be formed by using the formula: Number of cables = (n*(n-1))/2...

Networks and the Internet Vocabulary 2024-12-09

Networks and the Internet Vocabulary crossword puzzle
Across
  1. a protocol for sending data across the Internet that assigns unique numbers (IP addresses) to each connected device
  2. The inclusion of extra components so that a system can continue to work even if individual components fail, for example by having more than one path between any two connected devices in a network
  3. the maximum amount of data that can be sent in a fixed amount of time, usually measured in bits per second
  4. the series of connections between computing devices on a network starting with a sender and ending with a receiver
  5. a group of computing devices and programs working together for a common purpose
  6. a group of interconnected computing devices capable of sending or receiving data.
  7. Address The unique number assigned to each device on the Internet
  8. A type of computer that forwards data across a network
  9. the system responsible for translating domain names like example.com into IP addresses
Down
  1. An agreed-upon set of rules that specify the behavior of some system
  2. the protocol used for transmitting web pages over the Internet
  3. a machine that can run a program, including computers, tablets, servers, routers, and smart sensors
  4. a system of linked pages, programs, and files
  5. A chunk of data sent over a network. Larger messages are divided into packets that may arrive at the destination in order, out-of-order, or not at all
  6. differing access to computing devices and the Internet, based on socioeconomic, geographic, or demographic characteristics
  7. Can continue to function even in the event of individual component failures. This is important because elements of complex systems like a computer network fail at unexpected times, often in groups.

16 Clues: a system of linked pages, programs, and filesA type of computer that forwards data across a networkthe protocol used for transmitting web pages over the InternetAddress The unique number assigned to each device on the InternetAn agreed-upon set of rules that specify the behavior of some system...

Are you addicted to your mobile phone? 2024-08-25

Are you addicted to your mobile phone? crossword puzzle
Across
  1. mobile device to communicate
  2. communication between people
  3. dependance
  4. formal notice
Down
  1. behaviour
  2. media: communication networks
  3. off: switch off

7 Clues: behaviourdependanceformal noticeoff: switch offmobile device to communicatecommunication between peoplemedia: communication networks

AWATIF CROSSWORD 2018-10-10

AWATIF CROSSWORD crossword puzzle
Across
  1. Printing the action or process of making a physical object from a three-dimensional digital model, typically by laying down many thin layers of a material in succession.
  2. a set of computers connected together for the purpose of sharing resources.
  3. a unit of memory or data equal to 1,024 (210) bytes.
  4. most often used to measure data transfer rates of local networks and I/O connections.
  5. known as page and Web page.
  6. a software application used to locate, retrieve and display content on the World Wide Web, including webpages, images, video and other files.
Down
  1. a device that forwards data packets along networks.
  2. "having no wires".
  3. program instructions.
  4. arrange or put into a format.
  5. a person who uses computers to gain unauthorized access to data.
  6. a movable indicator on a computer screen identifying the point that will be affected by input from the user, for example showing where typed text will be inserted.

12 Clues: "having no wires".program instructions.known as page and Web page.arrange or put into a format.a device that forwards data packets along networks.a unit of memory or data equal to 1,024 (210) bytes.a person who uses computers to gain unauthorized access to data.a set of computers connected together for the purpose of sharing resources....

Multiserver Network topology 2015-12-20

Multiserver Network topology crossword puzzle
Across
  1. speed itself ATM
  2. LAN switches
  3. network speed FDDI
  4. connect more networks routers
Down
  1. LAN extended
  2. ISDN
  3. Speed LAN ATM

7 Clues: ISDNLAN extendedLAN switchesSpeed LAN ATMspeed itself ATMnetwork speed FDDIconnect more networks routers

Ishaan Singhs puzzle 2025-06-15

Ishaan Singhs puzzle crossword puzzle
Across
  1. This topology uses a single communication line to which all the nodes are directly connected
  2. Security system that prevents unauthorized people from entering your system or network
  3. unwanted bulk emails that come from unknown sources
  4. Converts the encrypted information into a readable form
  5. Spam attackers send bulk mails till the mail server gets full
  6. Means of communication that uses low powered radio waves to transmit the data between devices
  7. Purchase of a single licensed copy of the software and load it onto several computers contrary to the licenses terms
Down
  1. Criminal activities that involve the use of computer ,networks ,and the internet connections with the intent to cause harm to individuals or their digital devices
  2. Transmits the message from the source computer to the destination computer using only the physical address
  3. The act of imitating the language or using thoughts of another person as ones own work
  4. 2 or more computers are connected at distant places
  5. Used to connect all computers in a network with each other
  6. Enables you to connect you to your computer to the available internet connection over the existing telephone lines
  7. Illegal illustration of a computer system or network
  8. 2 or more computers are connected within a small area
  9. Device that connects 2 different networks with each other

16 Clues: unwanted bulk emails that come from unknown sources2 or more computers are connected at distant placesIllegal illustration of a computer system or network2 or more computers are connected within a small areaConverts the encrypted information into a readable formDevice that connects 2 different networks with each other...

COMPUTER IT 2024-01-16

COMPUTER IT crossword puzzle
Across
  1. a range of frequencies within a band
  2. network, cables to connect devices
  3. cable, used to connect one network to another
  4. network, interconnected device
  5. transmissions, transfer of data
  6. system of rules
  7. a small part of a large message
  8. provides a service to another
Down
  1. network, wireless data to connect networks
  2. Links multiple computers
  3. a global computer network
  4. Electronic messages
  5. exchange messages over a network
  6. address, rules for formal data
  7. hardware, equipment or computer devices
  8. forwards data

16 Clues: forwards datasystem of rulesElectronic messagesLinks multiple computersa global computer networkprovides a service to anotheraddress, rules for formal datanetwork, interconnected devicetransmissions, transfer of dataa small part of a large messageexchange messages over a networknetwork, cables to connect devicesa range of frequencies within a band...

Inventions 2024-08-21

Inventions crossword puzzle
Across
  1. Compact disc for digital music storage
  2. Type of camera technology ___ Camera
  3. Mobile phone technology ___ Phone
  4. Network of networks ___ Protocol
  5. Popular gaming console ___ Entertainment System
  6. Popular rechargeable battery ___ Tool
  7. Video cassette recorder ___ Tape
  8. Early computer storage disk ___ Disk
Down
  1. Genetic research breakthrough ___ Fingerprinting
  2. Operating system introduced by ___ Windows
  3. Type of display technology ___ Monitor
  4. Single-use camera ___ Camera
  5. Technology for precise cutting and scanning ___ Printer
  6. Digital messaging system ___ Service
  7. Satellite navigation system ___ Technology

15 Clues: Single-use camera ___ CameraNetwork of networks ___ ProtocolVideo cassette recorder ___ TapeMobile phone technology ___ PhoneType of camera technology ___ CameraDigital messaging system ___ ServiceEarly computer storage disk ___ DiskPopular rechargeable battery ___ ToolCompact disc for digital music storageType of display technology ___ Monitor...

Introduction to Data Communciation Networks 2019-07-23

Introduction to Data Communciation Networks crossword puzzle
Across
  1. combination of regular types of topology's.
  2. number of cables are required to connect 6 computers in mesh topology
  3. another name for information
  4. one of the type of connection that allows sharing of channel or bandwidth
  5. one of the component defining set of rules
  6. a topology variant of star topology
  7. type of topology that provides redundant paths for data communication
  8. one of the type of topology that supports multipoint type of connections.
Down
  1. type of connection that carries traffic only between two devices connected.
  2. image is composed of set of matrix of dots
  3. one of the key elements of the transport layer
  4. which type of network supports mesh topology?
  5. one of the type of communication that represents the flow of data in one direction only.
  6. ticket required to capture by source to send some information to destination.
  7. cable TV network is an example of which type of network
  8. central component that broadcast the data transmission

16 Clues: another name for informationa topology variant of star topologyimage is composed of set of matrix of dotsone of the component defining set of rulescombination of regular types of topology's.which type of network supports mesh topology?one of the key elements of the transport layercentral component that broadcast the data transmission...

Networking concept 1 2025-05-23

Networking concept 1 crossword puzzle
Across
  1. address uniquely identifies devices online.
  2. devices, shares data over distances.
  3. how devices communicate in networks.
Down
  1. secure communication through encrypted channels.
  2. packets of data across networks.

5 Clues: packets of data across networks.devices, shares data over distances.how devices communicate in networks.address uniquely identifies devices online.secure communication through encrypted channels.

Entangle. Liquidity resolved. 2023-08-29

Entangle. Liquidity resolved. crossword puzzle
Across
  1. Cryptocurrency unit used for transactions.
  2. Solution for obtaining data in blockchain.
  3. Depend on scripts in cryptocurrency.
  4. Abbreviation for decentralized finance.
  5. Strategy involving cryptocurrency assets.
  6. Crossword for "chain."
  7. Interaction between different blockchains.
  8. Fee paid for transactions on a blockchain.
  9. Part of borrowing protocols.
  10. Virtual machine for executing smart contracts.
  11. Increasing usage of cryptocurrency.
  12. Person who interacts with cryptocurrency.
Down
  1. Incentive for participating in blockchain networks.
  2. Part of "Liquid Vaults."
  3. Participant in blockchain consensus.
  4. Describes cryptocurrency transactions.
  5. Cryptocurrency company with a vision.
  6. Ensuring safety in cryptocurrency transactions.
  7. Decentralized applications running on blockchain.

19 Clues: Crossword for "chain."Part of "Liquid Vaults."Part of borrowing protocols.Increasing usage of cryptocurrency.Participant in blockchain consensus.Depend on scripts in cryptocurrency.Cryptocurrency company with a vision.Describes cryptocurrency transactions.Abbreviation for decentralized finance.Strategy involving cryptocurrency assets....

Cyberbullying 2018-10-28

Cyberbullying crossword puzzle
Across
  1. a person who perpetuates bullying
  2. popular social network for young people
  3. a popular social network
  4. write opinions on social networks
Down
  1. opposite of download
  2. similar to cruel, bad
  3. send to other people
  4. false information
  5. cause pain

9 Clues: cause painfalse informationopposite of downloadsend to other peoplesimilar to cruel, bada popular social networka person who perpetuates bullyingwrite opinions on social networkspopular social network for young people

3.6 Fundamentals of Networks Part 2 2021-11-22

3.6 Fundamentals of Networks Part 2 crossword puzzle
Across
  1. When organisations employ specialists to simulate potential attacks on their system. It is used to identify possible weaknesses in their cyber security.
  2. Uses parts of a person to identify them and allow them access.
  3. When hackers send emails or texts to people claiming to be from a well-known business.
  4. Can see what a user is doing and sends that info back to the hacker.
  5. When someone pretends to be someone else to persuade the victim to share information.
  6. Sends an email to verify a users identity.
  7. What term is used for protecting networks, data, programs and computers against damage cyber attacks and unauthorised access.
  8. Simulates an external cyber attack. The person carrying out the attack will not be given any credentials, but they will have to carry out the attack in any way they can.
  9. A method of hacking where a user is directed to a fake version of a website.
Down
  1. The term used when data is transferred into a code that cannot be hacked.
  2. Watching over someones shoulder.
  3. Engineering Using people to gain private information or access to networks.
  4. Simulates a malicious insider who has knowledge of the system.
  5. USB drive or SD card
  6. Common way of preventing hackers accessing information.
  7. Simulates a person who has access to the target.

16 Clues: USB drive or SD cardWatching over someones shoulder.Sends an email to verify a users identity.Simulates a person who has access to the target.Common way of preventing hackers accessing information.Uses parts of a person to identify them and allow them access.Simulates a malicious insider who has knowledge of the system....

Networking Concepts and Cyber Ethics 2025-06-04

Networking Concepts and Cyber Ethics crossword puzzle
Across
  1. A network device that is used to connect all the computers in a network with each other
  2. Refers to criminal activities that involve the use of computers,networks etc
  3. A program or set of programs that disrupts the normal functioning of the computer
  4. A process of transforming data into unreadable code
  5. Refers to an illegal intrusion into a computer system or network
  6. Refers to unwanted bulk emails that come from unknown sources
  7. Two or more computers and peripheral devices are connected within a small area,such as room etc
  8. Refers to a computer network that allows controlled access to an information source available on the internet
Down
  1. A legal right granted by the law to the creator for his original work
  2. A process that converts the encrypted information into a readable form
  3. A wireless technology used to interconnect mobile phones,computers etc using short range wireless connection
  4. A device that connects two different types of networks with each other
  5. A security system that prevents unauthorised people from accessing your system or network
  6. A computer network that is mainly created for an individual person
  7. A kind of network connects two or more computers located at distant places
  8. Refers to a computer network restricted to an organisation

16 Clues: A process of transforming data into unreadable codeRefers to a computer network restricted to an organisationRefers to unwanted bulk emails that come from unknown sourcesRefers to an illegal intrusion into a computer system or networkA computer network that is mainly created for an individual person...

2TA Labs 2023-02-08

2TA Labs crossword puzzle
Across
  1. image representing a brand
  2. to be strong
  3. which leads to the same result.
  4. way of living
  5. phenomenon present mainly on social networks
  6. product set
  7. brand that has filed a patent
Down
  1. photo attached in the nursery
  2. Appear abruptly when rising, when exiting
  3. expensive, lavish character
  4. Who respects the environment
  5. anticipation of a phenomenon
  6. All the processes and techniques used for the transmission of images
  7. out of town

14 Clues: product setout of townto be strongway of livingimage representing a brandexpensive, lavish characterWho respects the environmentanticipation of a phenomenonphoto attached in the nurserybrand that has filed a patentwhich leads to the same result.Appear abruptly when rising, when exitingphenomenon present mainly on social networks...

Vocabulary Choiceboard 3H Week1 Part 1 2025-08-23

Vocabulary Choiceboard 3H Week1 Part 1 crossword puzzle
Across
  1. tarea homework
  2. /colgar fotos to upload photos
  3. redes sociales social networks
  4. los muebles to dust the furniture
  5. ordenador computer (Spain)
  6. to chat online
  7. la mesa to set the table
  8. la basura to take out the trash
Down
  1. bien to have a good time
  2. la mesa to clear the table
  3. por internet to surf the internet
  4. la compra to do the shopping
  5. la ropa to wash the clothes
  6. pupitres student desks
  7. móvil cell phone

15 Clues: tarea homeworkto chat onlinemóvil cell phonepupitres student desksbien to have a good timela mesa to set the tablela mesa to clear the tableordenador computer (Spain)la ropa to wash the clothesla compra to do the shopping/colgar fotos to upload photosredes sociales social networksla basura to take out the trashpor internet to surf the internet...

Science and Technology Terms 2023-05-05

Science and Technology Terms crossword puzzle
Across
  1. - A type of AI that allows machines to learn and improve from experience without being explicitly programmed.
  2. - Facts or statistics gathered for analysis or reference.
  3. - The branch of technology that deals with the design, construction, operation, and application of robots.
  4. - Global system of interconnected computer networks.
  5. - The process of converting information or data into a code to prevent unauthorized access.
  6. - A system of signals, letters, or symbols used to represent information.
  7. - The use of living organisms, cells, or biological processes to develop products or services.
  8. - Relating to or based on quantum mechanics.
Down
  1. - A computer-generated simulation of a 3D environment that can be interacted with in a seemingly real way.
  2. - The study and application of extremely small things.
  3. - The delivery of computing services—including servers, storage, databases, networking, software, and analytics—over the Internet.
  4. - The practice of protecting computer systems and networks from digital attacks.
  5. - A set of rules or procedures used for solving a problem or accomplishing a task.
  6. - Large sets of structured and unstructured data that can be analyzed to reveal patterns, trends, and associations.
  7. - The standard markup language used for creating web pages and web applications.
  8. - A system that uses satellite signals to determine the precise location of a device.

16 Clues: - Relating to or based on quantum mechanics.- Global system of interconnected computer networks.- The study and application of extremely small things.- Facts or statistics gathered for analysis or reference.- A system of signals, letters, or symbols used to represent information....

Student-Created Vocabulary Crossword 2022-11-15

Student-Created Vocabulary Crossword crossword puzzle
Across
  1. main page
  2. link
  3. identity theft online
  4. protocol for specifying addresses on the internet
Down
  1. writers make this online
  2. ENGINE world wide web
  3. rules that apply over computer networks
  4. add, delete, revise content
  5. secret word or phrase

9 Clues: linkmain pageENGINE world wide webidentity theft onlinesecret word or phrasewriters make this onlineadd, delete, revise contentrules that apply over computer networksprotocol for specifying addresses on the internet

Cyberbullying 2018-10-28

Cyberbullying crossword puzzle
Across
  1. comments write opinions on social networks
  2. popular social network for young people
  3. cause pain
  4. a popular social network
Down
  1. opposite of download
  2. send to other people
  3. similar to cruel, bad
  4. false information
  5. a person who perpetuates bullying

9 Clues: cause painfalse informationopposite of downloadsend to other peoplesimilar to cruel, bada popular social networka person who perpetuates bullyingpopular social network for young peoplecomments write opinions on social networks

Luxury brands 2021-11-29

Luxury brands crossword puzzle
Across
  1. A muse
  2. A brand who collaborated with Off-White
  3. The platform where models walks
  4. Group of people who follow personnalities' activity on social networks.
  5. A style
Down
  1. what followers are looking for
  2. A Jacquemus fashion show
  3. The main communication channel used by ther young designers
  4. A bag
  5. Jacquemus' favorite season
  6. Virgil Abloh's birthplace

11 Clues: A bagA museA styleA Jacquemus fashion showVirgil Abloh's birthplaceJacquemus' favorite seasonwhat followers are looking forThe platform where models walksA brand who collaborated with Off-WhiteThe main communication channel used by ther young designersGroup of people who follow personnalities' activity on social networks.

Pharmacology in the criminal justice system 2025-03-24

Pharmacology in the criminal justice system crossword puzzle
Across
  1. Legal drug distribution network
  2. Something people receive
  3. In jail
  4. Someone who fights for others
Down
  1. Something we have to abide by
  2. another word for job
  3. Bad Guy
  4. When have something for a purpose, you are ___ it
  5. A series of networks combined
  6. Not good for you if used wrong
  7. Permitted by the law

11 Clues: Bad GuyIn jailanother word for jobPermitted by the lawSomething people receiveSomething we have to abide byA series of networks combinedSomeone who fights for othersNot good for you if used wrongLegal drug distribution networkWhen have something for a purpose, you are ___ it

It quiz 2025-10-06

It quiz crossword puzzle
Across
  1. data to identify patterns and
  2. predictions without being
  3. new content, such as text,
  4. patterns.
  5. programmed.
  6. multi-layered neural networks
Down
  1. learning A subset of AI where systems learn
  2. AI An emerging field of AI that can
  3. process complex data and
  4. learning A more advanced form of ML that
  5. or audio, from trained data.

11 Clues: patterns.programmed.process complex data andpredictions without beingnew content, such as text,or audio, from trained data.data to identify patterns andmulti-layered neural networksAI An emerging field of AI that canlearning A subset of AI where systems learnlearning A more advanced form of ML that

Theories and Roles in Sport 2025-01-24

Theories and Roles in Sport crossword puzzle
Across
  1. leisure activity for enjoyment
  2. highlights power struggles and inequality
  3. organizing governing sports
  4. promoting fitness through sports
  5. multiple billion dollar sports industry
Down
  1. Examines personal interactions in sports
  2. Studies social relationships and networks
  3. Emphasizes social cohesion and stability
  4. spectators primary primary purpose
  5. analyzes social and cultural contexts
  6. foundation of athletic skill
  7. lasting impact of sports events

12 Clues: organizing governing sportsfoundation of athletic skillleisure activity for enjoymentlasting impact of sports eventspromoting fitness through sportsspectators primary primary purposeanalyzes social and cultural contextsmultiple billion dollar sports industryExamines personal interactions in sportsEmphasizes social cohesion and stability...

Vocabulary Week #13 - Thomari Samuels 2021-11-29

Vocabulary Week #13 - Thomari Samuels crossword puzzle
Across
  1. money earned before deduction
  2. to confuse
  3. extra time, space, or freedom
  4. a supporter of a person, group, party or cause
Down
  1. to give up possession of
  2. rough and noisy
  3. obeying or complying
  4. confusing networks, paths or routes
  5. first public appearance
  6. a list or plan

10 Clues: to confusea list or planrough and noisyobeying or complyingfirst public appearanceto give up possession ofmoney earned before deductionextra time, space, or freedomconfusing networks, paths or routesa supporter of a person, group, party or cause

Mis Actividades Diarias 2023-09-25

Mis Actividades Diarias crossword puzzle
Across
  1. to use social media/networks
  2. to take
  3. to offer
Down
  1. to return/to come back
  2. to lose/to miss
  3. to play an instrument
  4. to know/to be acquainted with
  5. to leave/to go out
  6. to know (facts)
  7. to go to

10 Clues: to taketo go toto offerto lose/to missto know (facts)to leave/to go outto play an instrumentto return/to come backto use social media/networksto know/to be acquainted with

CS&A CSP VOCAB 2022-05-23

CS&A CSP VOCAB crossword puzzle
Across
  1. a group of items
  2. hiding the details and showing only the functionality
  3. a node in an HTML document
  4. control z
  5. windows and period
  6. getting something to repeat for efficiency
  7. a typo
  8. a set of characters
Down
  1. a set of statements that perform a task
  2. decimal or fractional numbers
  3. people who work to keep networks operating smoothly
  4. control V
  5. a universal data submission button
  6. a place holder
  7. control y
  8. test and edit as you go
  9. rythm
  10. data that has exclusively whole numbers negative and positive
  11. email confirmation

19 Clues: rythma typocontrol Vcontrol ycontrol za place holdera group of itemswindows and periodemail confirmationa set of characterstest and edit as you goa node in an HTML documentdecimal or fractional numbersa universal data submission buttona set of statements that perform a taskgetting something to repeat for efficiency...

Cyberbullying 2018-10-28

Cyberbullying crossword puzzle
Across
  1. opposite of download
  2. a popular social network
  3. similar to cruel, bad
  4. send to other people
  5. popular social network for young people
Down
  1. write opinions on social networks
  2. false information
  3. a person who perpetuates bullying
  4. cause pain

9 Clues: cause painfalse informationopposite of downloadsend to other peoplesimilar to cruel, bada popular social networkwrite opinions on social networksa person who perpetuates bullyingpopular social network for young people

Computing Systems 2021-04-19

Computing Systems crossword puzzle
Across
  1. Apple QuickTime Movie
  2. a group of computers connected together
  3. Image file format
  4. tells computers what to do
  5. the workstations connected to a network
  6. Microsoft Excel document
  7. the largest WAN in the world
  8. sends information to the computer
  9. any invention, including: machines, and power
Down
  1. Wi-Fi
  2. is an electronic device to help complete tasks
  3. a device that transfers data between networks
  4. uses input data to get meaningful results
  5. stands for Wide area network
  6. Compressed files
  7. the brains of the computer
  8. makes life easier and more comfortable
  9. stands for Local area network

18 Clues: Wi-FiCompressed filesImage file formatApple QuickTime MovieMicrosoft Excel documenttells computers what to dothe brains of the computerstands for Wide area networkthe largest WAN in the worldstands for Local area networksends information to the computermakes life easier and more comfortablea group of computers connected together...

Networking Crossword 2013-03-26

Networking Crossword crossword puzzle
Across
  1. connection point that is attached to a network, and is capable of sending, receiving, or forwarding information over a communications channel.
  2. arrangement of the various elements of a computer network.
  3. set of clients connected via a shared communication line.
  4. computer designed to process requests and deliver data to other client computers over a local network or the Internet.
  5. part of computer network infrastructure that interconnects various pieces of network.
  6. computer networking device that links network devices.
  7. type of cable is used in structured cabling for computer networks such as Ethernet.
  8. technology that allows a device to exchange data wirelessly.
  9. computer network covering a small area.
  10. type of network topology in which one central "root" node is connected to other nodes one level down on the hierarchy.
Down
  1. computer network organized around an individual person.
  2. A system for connecting a number of computer systems to form a local area network, with protocols to control the passing of information.
  3. device that forwards data packets between computer networks.
  4. network configuration consisting of one central switch, hub, or computer which acts as a conduit to transmit messages.
  5. device for connecting multiple Ethernet devices together and making them act as a single network segment.
  6. modular connector using 8 conductors.
  7. computer network spanning a city or large campus.
  8. computer network covering a broad area linking regional boundaries.
  9. computer or computer program that initiates contact with a server in order to make use of a resource.

19 Clues: modular connector using 8 conductors.computer network covering a small area.computer network spanning a city or large campus.computer networking device that links network devices.computer network organized around an individual person.set of clients connected via a shared communication line.arrangement of the various elements of a computer network....

Contemporary Marketing Ch. 4 2025-03-17

Contemporary Marketing Ch. 4 crossword puzzle
Across
  1. A high-tech scam that uses e-mail or pop-up messages that claim to be from familiar businesses such as banks, Internet service providers, or even government agencies.
  2. The process of encoding data for security purposes.
  3. The buying and selling of products online.
  4. The percentage of visitors to a website who make a purchase.
  5. Secure internal networks that help companies share information among employees, no matter the number or location.
  6. How much time users spend on site and which pages they visit.
  7. Using the Internet to provide services to customers and communicate with employees and business partners.
  8. Business conducted directly between the business and a consumer.
  9. Website strategies designed to increase the size of each customer transaction and encourage repeat visits by the customer.
Down
  1. The process of marketing goods and services over the Internet by utilizing digital tools.
  2. Conflicts among producers, wholesalers, and retailers.
  3. The overall experience customers have when visiting a website.
  4. The number of individuals who visit a website.
  5. The total cost of each sale.
  6. Delivering more relevant marketing messages to customers based on event triggers.
  7. The percentage of users that click on an ad.
  8. A secure website where a company and its suppliers share all types of data, from product design through order delivery.
  9. Transactions that happen between organizations.
  10. Secure networks used for e-business and accessible through the firm’s website by external customers, suppliers, or other authorized users.

19 Clues: The total cost of each sale.The buying and selling of products online.The percentage of users that click on an ad.The number of individuals who visit a website.Transactions that happen between organizations.The process of encoding data for security purposes.Conflicts among producers, wholesalers, and retailers....

BTT Unit 2 Crossword Review 2023-10-15

BTT Unit 2 Crossword Review crossword puzzle
Across
  1. ______AI focuses on a single task like correcting your grammar mistakes.
  2. Algorithm _____ occurs when systematic and unfair discrimination becomes a part of a computer model's decision-making process.
  3. A malicious program that disguises itself as legitimate software.
  4. A set of rules or processes for solving a problem or completing a task.
  5. A web design technique that loads content continuously so the user is constantly engaged.
  6. A situation in which one's beliefs are reinforced because the same information is read over and over again.
  7. In neural networks, it's the _________layer that is between input and output and where the "magic" happens.
  8. A subset of machine learning involving neural networks with many layers.
Down
  1. False information spread with the intent to deceive.
  2. A type of malware that can replicate itself (without human action) to spread to other computers.
  3. A tracking tool that allows a company to follow a user's online behaviour across different websites.
  4. These things can increase a user's dopamine as they constantly check their social media.
  5. A sequence of instructions that repeats until a certain condition is met.

13 Clues: False information spread with the intent to deceive.A malicious program that disguises itself as legitimate software.A set of rules or processes for solving a problem or completing a task.______AI focuses on a single task like correcting your grammar mistakes.A subset of machine learning involving neural networks with many layers....

U03 - CSE-CH7 2024-03-20

U03 - CSE-CH7 crossword puzzle
Across
  1. (4-5,8) is a program that runs on a computer to allow or deny traffic between the computer and other connected computers. It applies a set of rules to data transmissions through inspection and filtering of data packets.
  2. is hardware or software solutions that enforce network security policies. This can filters unauthorized or potentially dangerous traffic from entering the network.
  3. (6,5) is a protocol that provides a secure (encrypted) management connection to a remote device.
  4. (9,9,6) A host intrusion detection system is software that runs on a host computer that monitors suspicious activity.
  5. This is code updates that manufacturers provide to prevent a newly discovered virus or worm from making a successful attack.
  6. can provide a way to group devices within a LAN and on individual switches. They use logical connections instead of physical connections.
  7. (8,5) An administrator should look at every service to verify its necessity and evaluate its risk. Remove any unnecessary services.
Down
  1. (6,14) also called two-way authentication, is a process or technology in which both entities in a communications link authenticate to each other.
  2. (2-2,9,6) was the computer industry’s response to the weakness of the previous WEP standard. The WPA2 standard provided several security improvements.
  3. (4,6) “freezes” the hard drive partition. When a user restarts the system, the system reverts to its frozen configuration. The system does not save any changes that the user makes.
  4. (5,6) In most networks that use Windows computers, an administrator configures these to ensure groups and setting policy at a group level i.e. access to USB devices
  5. these form the backbone of the Internet and communications between different networks. They communicate with one another to identify the best possible path to deliver traffic to different networks.
  6. (7,7,7) A private network that connects remote sites or users together over a public network, like the Internet.
  7. (4,7) copies the contents of the computer’s hard disk to an image file.

14 Clues: (4,7) copies the contents of the computer’s hard disk to an image file.(6,5) is a protocol that provides a secure (encrypted) management connection to a remote device.(7,7,7) A private network that connects remote sites or users together over a public network, like the Internet....

tech terms 2023-12-05

tech terms crossword puzzle
Across
  1. A computer program managing access to different networks
  2. Personally identifiable information
  3. Hyper Text Markup Language
  4. 0's and 1's
  5. The address of a web page
  6. Copy data from one computer system to another
  7. restart the computer
Down
  1. Conversion of information into code
  2. A regularly updated website
  3. stores data
  4. Portable Document Format
  5. start up the computer
  6. A group of 1’s and 0’s
  7. Open source software

14 Clues: stores data0's and 1'srestart the computerOpen source softwarestart up the computerA group of 1’s and 0’sPortable Document FormatThe address of a web pageHyper Text Markup LanguageA regularly updated websiteConversion of information into codePersonally identifiable informationCopy data from one computer system to another...

Part 1 Week 1 Spanish 3H 2025-08-23

Part 1 Week 1 Spanish 3H crossword puzzle
Across
  1. pupitres student desks
  2. bien to have a good time
  3. la mesa to clear the table
  4. la compra to do the shoppin
  5. ordenador computer (Spain)
  6. la basura to take out the trash
  7. to chat online
Down
  1. la mesa to set the table
  2. tarea homework
  3. /colgar fotos to upload photos
  4. los muebles to dust the furniture
  5. por internet to surf the internet
  6. móvil cell phone
  7. la ropa to wash the clothes
  8. redes sociales social networks

15 Clues: tarea homeworkto chat onlinemóvil cell phonepupitres student desksla mesa to set the tablebien to have a good timela mesa to clear the tableordenador computer (Spain)la compra to do the shoppinla ropa to wash the clothes/colgar fotos to upload photosredes sociales social networksla basura to take out the trashlos muebles to dust the furniture...

school project crossword 2014-02-24

school project crossword crossword puzzle
Across
  1. unparalleled
  2. call to fight or account
  3. declare strongly
  4. attributes
  5. connection between blood or marriage
  6. to worry or torment
  7. to speak badly about someone
  8. united, linked or joined
  9. group of allied objects
Down
  1. one who hurts or intimidates weaker people
  2. to have high regard of someone
  3. a fence or obstruction
  4. means of exchanging messages
  5. alter,make or become different
  6. mechanisms something that copy's or imitates the original design
  7. power to effect people or events
  8. networks something that connects people over the internet[example:facebook,twitter

17 Clues: attributesunparalleleddeclare stronglyto worry or tormenta fence or obstructiongroup of allied objectscall to fight or accountunited, linked or joinedmeans of exchanging messagesto speak badly about someoneto have high regard of someonealter,make or become differentpower to effect people or eventsconnection between blood or marriage...

Networking 2022-08-22

Networking crossword puzzle
Across
  1. The unique languange of the internet
  2. address resolution protolol
  3. A connection of many networks
  4. two twisted cables without a ground
  5. open systems interconnection
  6. Network within a buildingN
  7. Software defined Wide Area Network
  8. unwanted signals between channels
  9. City of Dallas network
  10. How a network is wired
Down
  1. A private network for external users
  2. two twisted cables with a ground
  3. communication between network hosts
  4. Dallas ISD network
  5. Number assigne to each device on the network
  6. A private network usually within a business
  7. How messages are sent

17 Clues: Dallas ISD networkHow messages are sentCity of Dallas networkHow a network is wiredNetwork within a buildingNaddress resolution protololopen systems interconnectionA connection of many networkstwo twisted cables with a groundunwanted signals between channelsSoftware defined Wide Area Networkcommunication between network hosts...

Chemical Bonds Crossword Puzzle 2021-12-02

Chemical Bonds Crossword Puzzle crossword puzzle
Across
  1. Two or more atoms held together by covalent bonds.
  2. In a chemical formula, the number written to the right of chemical symbol and slightly below it. Tells you the number of atoms of that element in the compound.
  3. The bond that can hold atoms together in large networks or small groups.
  4. bonds that transfer electrons
Down
  1. A substance made of atoms of two or more elements.
  2. bonds that share electrons
  3. bond The bond that can hold atoms together in large networks or small groups.
  4. formula Chemical symbols that represent the atoms of the elements and their ratios in a chemical compound

8 Clues: bonds that share electronsbonds that transfer electronsTwo or more atoms held together by covalent bonds.A substance made of atoms of two or more elements.The bond that can hold atoms together in large networks or small groups.bond The bond that can hold atoms together in large networks or small groups....

Data Transmission 2022-07-13

Data Transmission crossword puzzle
Across
  1. a horizontal and vertical parity check on a block of data being transmitted
  2. a device that enables data packets to be moved to be moved between different networks, for example to join a LAN to a WAN
  3. the actual data being carried in a data packet
  4. data that can be sent in both directions at the same time(simultaneously)
  5. sending datadown one channel/wire one bit at a time
  6. data that can be sent on one direction only
Down
  1. data that can be sent in both directions but not at the same time
  2. stages in an network that can receive and transmit
  3. a small part of a message/data that is transmitted over a network; after transmission all the data packets are reassembled to form the original message/data
  4. packets; routers are nodes in communication networks

10 Clues: data that can be sent on one direction onlythe actual data being carried in a data packetstages in an network that can receive and transmitsending datadown one channel/wire one bit at a timepackets; routers are nodes in communication networksdata that can be sent in both directions but not at the same time...

Networking + 2023-02-07

Networking + crossword puzzle
Across
  1. networking allows a company to replace physical devices with cloud-based virtual devices.
  2. protocol wraps data for secure transmission over point-to-point or VPNs
  3. Query Language (SQL) Server runs on port 1433
  4. process of distributing infrastructure as code to multiple locations
Down
  1. (NTP) server is responsible for syncing time with a reputable time source
  2. switching is common in corporate networks and datacenters.
  3. server information and default gateway information, which are necessary for client devices to be able to see external networks, can be configured and assigned through DHCP.
  4. devices are set up for dynamic IP address assignments
  5. forwarding can be used to send data from a log system from one subnet to one or more destinations outside of the subnet
  6. and Devices should only be allowed to connect to switches on the access layer
  7. Virtual machines & network components fall under infrastructure as a service (IaaS)

11 Clues: Query Language (SQL) Server runs on port 1433devices are set up for dynamic IP address assignmentsswitching is common in corporate networks and datacenters.process of distributing infrastructure as code to multiple locationsprotocol wraps data for secure transmission over point-to-point or VPNs...

Crossword-5 2013-08-27

Crossword-5 crossword puzzle
Across
  1. Protocol that provides extended routing, flow control, segmentation, connection-orientation, and error correction facilities in Signaling System 7 telecommunications networks.
  2. Call control protocol used between serving nodes to support the ISDN services
  3. Protocol to provide Authentication, Authorization and Accounting (AAA)
  4. Acts as the trigger point for further services to be invoked during a call.
  5. The first 3G service was launched in this country.
Down
  1. An Element in a GSM network responsible for the delivery of short messages
  2. Architecture that enables pieces of programs, called objects, to communicate with one another regardless of what programming language they were written in or what operating system they're running on.
  3. It is used for network troubleshooting, analysis and communications protocol development.
  4. MTP Level 3 (MTP3) User Adaptation Layer
  5. Protocol used in TCP/IP networks to facilitate the exchange of management information between network devices

10 Clues: MTP Level 3 (MTP3) User Adaptation LayerThe first 3G service was launched in this country.Protocol to provide Authentication, Authorization and Accounting (AAA)An Element in a GSM network responsible for the delivery of short messagesActs as the trigger point for further services to be invoked during a call....

Tressure Hunt Crossword Set1 2025-09-17

Tressure Hunt Crossword Set1 crossword puzzle
Across
  1. video display functionality, likely showing video feed from a camera or sensor at the front door.
  2. A network system that connects and manages digital services within an aircraft cabin.
  3. A network device that connects multiple devices and directs data to the correct destination.
  4. A company known for its wireless networking solutions and enterprise Wi-Fi products.
  5. A smart server unit that manages wireless applications and communications efficiently for QTR configuration.
  6. The process of checking or proving that something is accurate, true, or meets specified requirements.
Down
  1. A communication network that provides digital data transmission services.
  2. A widely used technology for local area networks (LAN) that connects devices using cables.
  3. A network device that connects different networks and translates data between them.
  4. A software program designed to be loaded and executed on a system, often used in avionics applications.

10 Clues: A communication network that provides digital data transmission services.A network device that connects different networks and translates data between them.A company known for its wireless networking solutions and enterprise Wi-Fi products.A network system that connects and manages digital services within an aircraft cabin....

fench 2024-10-30

fench crossword puzzle
Across
  1. networks of colonies
  2. a trade mark
  3. counsel to govern the colony
  4. are the descendants of 17th and 18th century French settlers
Down
  1. a powerful a officiant
  2. a territory controlled by annuler colony
  3. plant or mean
  4. mixed European and Indigenous ancestry
  5. head of church
  6. a religion

10 Clues: a religiona trade markplant or meanhead of churchnetworks of coloniesa powerful a officiantcounsel to govern the colonymixed European and Indigenous ancestrya territory controlled by annuler colonyare the descendants of 17th and 18th century French settlers

the black death 2023-12-13

the black death crossword puzzle
Across
  1. trading ___
  2. what was covid
  3. french female saint
  4. dying
Down
  1. what was the black death
  2. the ___ plague
  3. the bubonic what?

7 Clues: dyingtrading ___the ___ plaguewhat was covidthe bubonic what?french female saintwhat was the black death

ADSI Lizette Paola Rosso 2022-06-10

ADSI Lizette Paola Rosso crossword puzzle
Across
  1. The use of a network of remote servers connected to the Internet to store, manage and process data, servers, databases, networks and software.
  2. It is a personal computer that can be easily transported. Many of them are designed to support software and files just as robust as those processed by a desktop computer.
  3. The person in charge of creating resources that allow the operating system of a computer to manage programs and applications, with which the user performs different tasks.
  4. the graphical window of a program that is interacted with on a device. Whether it is a computer, cell phone or television.
  5. It is a general purpose software application for the creation of diagrams.
  6. It is a statement that can be used to quickly and easily delete a table from a database.
Down
  1. It is a graphical language for visualizing, specifying, building and documenting a system.
  2. It is a programmable digital electronic machine that executes a series of commands to process the input data, conveniently obtaining information that is then sent to the output units.
  3. Are geometric designs that are made with the objective of graphically representing ideas, processes, solutions, mechanisms or phenomena to facilitate their understanding
  4. It is a decentralized set of interconnected communications networks, using the TCP/IP family of protocols, which ensures that the heterogeneous physical networks that comprise it constitute a single logical network with global reach.
  5. The use of a network of remote servers connected to the Internet to store, manage and process data, servers, databases, networks and software.
  6. is the logical support to the formal system of a computer system, comprising all the necessary logical components that make it possible to perform specific tasks, as opposed to the physical components that are called hardware.
  7. It is a Bitcoin block scanning service, as well as a cryptocurrency wallet and cryptocurrency exchange that supports Bitcoin, Bitcoin Cash and Ethereum.
  8. It is a set of data that may belong to the same context, which are stored for later use.
  9. is a sequence of instructions, written to perform a specific task on a computer.

15 Clues: It is a general purpose software application for the creation of diagrams.is a sequence of instructions, written to perform a specific task on a computer.It is a set of data that may belong to the same context, which are stored for later use.It is a statement that can be used to quickly and easily delete a table from a database....

tech terms 2023-12-05

tech terms crossword puzzle
Across
  1. A computer program managing access to different networks
  2. Personally identifiable information
  3. Hyper Text Markup Language
  4. 0's and 1's
  5. The address of a web page
  6. Copy data from one computer system to another
  7. restart the computer
Down
  1. Conversion of information into code
  2. A regularly updated website
  3. stores data
  4. Portable Document Format
  5. start up the computer
  6. A group of 1’s and 0’s
  7. Open source software

14 Clues: stores data0's and 1'srestart the computerOpen source softwarestart up the computerA group of 1’s and 0’sPortable Document FormatThe address of a web pageHyper Text Markup LanguageA regularly updated websiteConversion of information into codePersonally identifiable informationCopy data from one computer system to another...

2TA Labs 2023-02-08

2TA Labs crossword puzzle
Across
  1. image representing a brand
  2. to be strong
  3. which leads to the same result.
  4. way of living
  5. phenomenon present mainly on social networks
  6. product set
  7. brand that has filed a patent
Down
  1. photo attached in the nursery
  2. Appear abruptly when rising, when exiting
  3. expensive, lavish character
  4. Who respects the environment
  5. anticipation of a phenomenon
  6. All the processes and techniques used for the transmission of images
  7. out of town

14 Clues: product setout of townto be strongway of livingimage representing a brandexpensive, lavish characterWho respects the environmentanticipation of a phenomenonphoto attached in the nurserybrand that has filed a patentwhich leads to the same result.Appear abruptly when rising, when exitingphenomenon present mainly on social networks...

Mixed 2021-11-06

Mixed crossword puzzle
Across
  1. created by computer technology and appearing to exist but not existing in the physical world
  2. a situation in which different elements are equal or in the correct proportions
  3. Used to describe something very unique
  4. barrier that acts as a security system to protect computer systems and networks from outside connections and untrusted networks
Down
  1. An expression to show surprise, disgust, anger
  2. the central principle or part of a policy, system,etc, which other things depend on
  3. to add to something in a way that improves it or makes it more attractive
  4. to make a record of the address of a web page on your computer so that you can find it again easily
  5. unable to think about or pay attention to something;unable to concentrate

9 Clues: Used to describe something very uniqueAn expression to show surprise, disgust, angerto add to something in a way that improves it or makes it more attractiveunable to think about or pay attention to something;unable to concentratea situation in which different elements are equal or in the correct proportions...

Ishaan Singh's Puzzle 2025-05-19

Ishaan Singh's Puzzle crossword puzzle
Across
  1. connects two or more computers located at distant places they are linked by communication facilities like telecommunication or satellite signals.
  2. Certain sets of rules determining how data should be transferred over networks.
  3. topologies the layout in which the various components of a network like nodes, links peripherals, etc are connected and communicate with each other.
  4. Device that connects to different types of networks with each other.
  5. Network device that is used to connect all computers in a network with each other.
Down
  1. Transmits the message from the source computer to the destination Computer only by using the physical address.
  2. Wireless technology used to connect mobile phones, computers and printers.
  3. computer network that is mainly created for an individual person.
  4. Each computer in a network.

9 Clues: Each computer in a network.computer network that is mainly created for an individual person.Device that connects to different types of networks with each other.Wireless technology used to connect mobile phones, computers and printers.Certain sets of rules determining how data should be transferred over networks....

It 2 2024-10-17

It 2 crossword puzzle
Across
  1. A software application used to access and view websites on the Internet.
  2. A technology that allows electronic devices to connect to a wireless local area network.
  3. Citizen A person who uses the Internet regularly and effectively, engaging in online activities responsibly.
  4. Literacy The ability to effectively find, evaluate, create, and communicate information in various digital formats.
  5. A group of interconnected computers and devices that can communicate and share resources.
  6. A device that forwards data packets between computer networks, directing traffic on the Internet.
Down
  1. Intelligence The simulation of human intelligence processes by machines, especially computer systems.
  2. Engine A program that searches for and identifies items in a database that correspond to keywords.
  3. A software application designed to simulate conversation with human users, especially over the Internet.
  4. A global network connecting millions of private, public, academic, business, and government networks.

10 Clues: A software application used to access and view websites on the Internet.A technology that allows electronic devices to connect to a wireless local area network.A group of interconnected computers and devices that can communicate and share resources.A device that forwards data packets between computer networks, directing traffic on the Internet....

SA Power Networks - CSW Crossword 2016-09-27

SA Power Networks - CSW Crossword crossword puzzle
Across
  1. / Dana...
  2. / the third word of CSW 2016's motto
  3. / David
  4. / CSW is celebrated...
  5. / the second word of CSW 2016's motto
  6. / Social
Down
  1. / At my place
  2. / General...
  3. / Sean
  4. / the first word of CSW 2016's Motto
  5. / As part of our strategic plan, we should 'think ...'
  6. / The Ombudsman
  7. / Street
  8. / This week abreviated is...
  9. / Paul...
  10. / Who were we

16 Clues: / Sean/ David/ Street/ Social/ Dana.../ Paul.../ General.../ At my place/ Who were we/ The Ombudsman/ CSW is celebrated.../ This week abreviated is.../ the first word of CSW 2016's Motto/ the third word of CSW 2016's motto/ the second word of CSW 2016's motto/ As part of our strategic plan, we should 'think ...'

Cybersecurity Unit 1 Lesson 2 2022-12-02

Cybersecurity Unit 1 Lesson 2 crossword puzzle
Across
  1. Way for a computer to identify specific programs and manage their activity. In an IP address, the port appears after a colon at the end of the address.
  2. A small local area network of computers and devices.
  3. Software that can stop malware from entering a network, computer, or device.
  4. Stores data that is in use.
  5. Software that runs on your computer, looking for many different types of malware from many different sources.
  6. Small text-based bits of information about your browser that a web server saves.
  7. Network device that controls and filters data between networks, either wired or wireless. Acts as a gate between two networks.
  8. All data on a computer.
  9. The arrangement of the various elements of a network.
  10. Executable files that are run by users.
  11. The systematic way to find specific web addresses and web pages.
Down
  1. A representation of all running processes shown in a tree-like structure with parent and child processes forming the branches of the tree.
  2. A weakness in a system that allows an attacker to gain unauthorized access.
  3. A special kind of file that contains other files.
  4. A file that contains a collection of other files.
  5. Cybercriminals set up sites similar to those with heavy traffic to try to trick you into revealing sensitive information
  6. Computer shared by multiple users across a network.
  7. An application file that is currently executing (also called running) in the operating system.
  8. An agreed-upon method for communication.

19 Clues: All data on a computer.Stores data that is in use.Executable files that are run by users.An agreed-upon method for communication.A special kind of file that contains other files.A file that contains a collection of other files.Computer shared by multiple users across a network.A small local area network of computers and devices....

V-Hospitality 2021-07-29

V-Hospitality crossword puzzle
Across
  1. A device that allows wireless-equipped computers and other devices to communicate with a wired network.
  2. A small piece of information you may be asked to accept when connecting to certain servers via a web browser.
  3. The hardware address of a device connected to a shared network.
Down
  1. A device used for connecting two Local Area Networks (LANs)
  2. A con that scammers use to electronically collect personal information from unsuspecting users.
  3. A set of files saved on your hard disk that help your browser display pages you have already visited more quickly.
  4. a device that routes traffic between networks
  5. A database where information common to a particular topic
  6. A device that enables a computer to send and receive information over a normal telephone line
  7. a numerical address that corresponds to your computer on a network.

10 Clues: a device that routes traffic between networksA database where information common to a particular topicA device used for connecting two Local Area Networks (LANs)The hardware address of a device connected to a shared network.a numerical address that corresponds to your computer on a network....

It 2 2024-10-17

It 2 crossword puzzle
Across
  1. The ability to effectively find, evaluate, create, and communicate information in various digital formats.
  2. A group of interconnected computers and devices that can communicate and share resources.
  3. A person who uses the Internet regularly and effectively, engaging in online activities responsibly.
  4. A device that forwards data packets between computer networks, directing traffic on the Internet.
Down
  1. A software application used to access and view websites on the Internet.
  2. A program that searches for and identifies items in a database that correspond to keywords.
  3. The simulation of human intelligence processes by machines, especially computer systems.
  4. A technology that allows electronic devices to connect to a wireless local area network.
  5. A global network connecting millions of private, public, academic, business, and government networks.
  6. A software application designed to simulate conversation with human users, especially over the Internet.

10 Clues: A software application used to access and view websites on the Internet.The simulation of human intelligence processes by machines, especially computer systems.A technology that allows electronic devices to connect to a wireless local area network.A group of interconnected computers and devices that can communicate and share resources....

Data Transmission 2022-07-13

Data Transmission crossword puzzle
Across
  1. a horizontal and vertical parity check on a block of data being transmitted
  2. a device that enables data packets to be moved to be moved between different networks, for example to join a LAN to a WAN
  3. the actual data being carried in a data packet
  4. data that can be sent in both directions at the same time(simultaneously)
  5. sending datadown one channel/wire one bit at a time
  6. data that can be sent on one direction only
Down
  1. data that can be sent in both directions but not at the same time
  2. stages in an network that can receive and transmit
  3. a small part of a message/data that is transmitted over a network; after transmission all the data packets are reassembled to form the original message/data
  4. packets; routers are nodes in communication networks

10 Clues: data that can be sent on one direction onlythe actual data being carried in a data packetstages in an network that can receive and transmitsending datadown one channel/wire one bit at a timepackets; routers are nodes in communication networksdata that can be sent in both directions but not at the same time...

Digital Citizenship and Cyber Hygiene Vocabulary 2022-09-20

Digital Citizenship and Cyber Hygiene Vocabulary crossword puzzle
Across
  1. How companies use your data
  2. Identity theft, stealing money, stealing private information, controlling private computers.
  3. A type of cyber-attack that threatens to publish the victim’s data or block access to it unless a ransom is paid.
  4. Attempting to find computer security vulnerabilities and exploit them for personal financial gain or other malicious reasons
  5. A law that grants the creator of an original work exclusive rights to its use, distribution, and sale.
Down
  1. Protection of computer systems, networks, and data from digital attacks.
  2. The information about a particular person that exists on the Internet as a result of their online activity.
  3. A computer security specialist who breaks into protected systems and networks to test and assess their security
  4. The use of electronic communication to bully a person
  5. Legal document outlining how a company can collect and use your data

10 Clues: How companies use your dataThe use of electronic communication to bully a personLegal document outlining how a company can collect and use your dataProtection of computer systems, networks, and data from digital attacks.Identity theft, stealing money, stealing private information, controlling private computers....

Tressure Hunt Crossword Set 3 Answers 2025-09-17

Tressure Hunt Crossword Set 3 Answers crossword puzzle
Across
  1. The process of checking or proving that something is accurate, true, or meets specified requirements.
  2. A network device that connects multiple devices and directs data to the correct destination.
  3. A company known for its wireless networking solutions and enterprise Wi-Fi products.
Down
  1. A communication network that provides digital data transmission services.
  2. A network system that connects and manages digital services within an aircraft cabin.
  3. A network device that connects different networks and translates data between them.
  4. video display functionality, likely showing video feed from a camera or sensor at the front door.
  5. A smart server unit that manages wireless applications and communications efficiently for QTR configuration.
  6. A widely used technology for local area networks (LAN) that connects devices using cables.
  7. A software program designed to be loaded and executed on a system, often used in avionics applications.

10 Clues: A communication network that provides digital data transmission services.A network device that connects different networks and translates data between them.A company known for its wireless networking solutions and enterprise Wi-Fi products.A network system that connects and manages digital services within an aircraft cabin....

Physical Networking - who am I 2022-05-09

Physical Networking - who am I crossword puzzle
Across
  1. I convert digital data signals into modulated analog signals suitable for transmission over analog telecommunication circuits. I'm what's used to get you internet with an internet service provider. Who am I?
  2. I don't need a keyboard or mouse.... all I need is the touch of a finger to work. I have many applications and I've very light weight and portable. I connect people via wireless connection.
  3. I'm a cable containing glass coated in plastic to send data by pulses of light. Who am I?
  4. I'm a technology for high-speed network or internet access over voice lines. I have various types to include asymmetric, high-bit-rate, symmetric, and very-high-bit-rate. Who am I?
  5. I'm a piece of computer hardware or software that provides functionality for other programs or devices, called "clients". I live to serve. Who am I?
  6. I connect people to the internet. I'm a machine or device that performs calculations and operations based on instructions provided by software or hardware program. My body parts consist of CPU, Motherboard, RAM, storage device, and a power supply. Who am I?
Down
  1. I can be a physical or virtual appliance that passes information between two or more packet-switched computer networks. I inspect a given data packet's destination IP address and calculate the best way for it to reach it's destination and then forward it accordingly. Who am I?
  2. I'm a high-speed device that receives incoming data packets and redirects them to their destination on a local area network (LAN). Who am I?
  3. I'm a node that broadcasts data to every computer or ethernet-based device connected to me. I'm not your friend if you want to keep secrets. Who am I?
  4. I'm a type of computer network device that provides interconnection between networks that use the same protocol. I work in the data link layer of the OSI model, connecting two different networks together and providing communication between them. The golden gate and I have the same last name. Who am I?
  5. I'm a company that provides connections and services to individuals and organizations in order for them to connect to the internet. Who am I?
  6. I'm a very popular type of cable that is used for wired networks. I'm used to connect devices located on a local area network, such as routers, PCs and switches. Who am I?
  7. I'm compact and portable. I connect people to the internet via wireless connection. I have a built in keyboard, mouse, and monitor. Who am I?

13 Clues: I'm a cable containing glass coated in plastic to send data by pulses of light. Who am I?I'm a high-speed device that receives incoming data packets and redirects them to their destination on a local area network (LAN). Who am I?...

Chemical Bonds Crossword Puzzle 2021-12-02

Chemical Bonds Crossword Puzzle crossword puzzle
Across
  1. Two or more atoms held together by covalent bonds.
  2. In a chemical formula, the number written to the right of chemical symbol and slightly below it. Tells you the number of atoms of that element in the compound.
  3. The bond that can hold atoms together in large networks or small groups.
  4. bonds that transfer electrons
Down
  1. A substance made of atoms of two or more elements.
  2. bonds that share electrons
  3. bond The bond that can hold atoms together in large networks or small groups.
  4. formula Chemical symbols that represent the atoms of the elements and their ratios in a chemical compound

8 Clues: bonds that share electronsbonds that transfer electronsTwo or more atoms held together by covalent bonds.A substance made of atoms of two or more elements.The bond that can hold atoms together in large networks or small groups.bond The bond that can hold atoms together in large networks or small groups....

Chemical Bonds Crossword Puzzle 2021-12-02

Chemical Bonds Crossword Puzzle crossword puzzle
Across
  1. Two or more atoms held together by covalent bonds.
  2. In a chemical formula, the number written to the right of chemical symbol and slightly below it. Tells you the number of atoms of that element in the compound.
  3. The bond that can hold atoms together in large networks or small groups.
  4. bonds that transfer electrons
Down
  1. A substance made of atoms of two or more elements.
  2. bonds that share electrons
  3. bond The bond that can hold atoms together in large networks or small groups.
  4. formula Chemical symbols that represent the atoms of the elements and their ratios in a chemical compound

8 Clues: bonds that share electronsbonds that transfer electronsTwo or more atoms held together by covalent bonds.A substance made of atoms of two or more elements.The bond that can hold atoms together in large networks or small groups.bond The bond that can hold atoms together in large networks or small groups....

Chemical Bonds Crossword Puzzle 2021-12-02

Chemical Bonds Crossword Puzzle crossword puzzle
Across
  1. Two or more atoms held together by covalent bonds.
  2. In a chemical formula, the number written to the right of chemical symbol and slightly below it. Tells you the number of atoms of that element in the compound.
  3. The bond that can hold atoms together in large networks or small groups.
  4. bonds that transfer electrons
Down
  1. A substance made of atoms of two or more elements.
  2. bonds that share electrons
  3. bond The bond that can hold atoms together in large networks or small groups.
  4. formula Chemical symbols that represent the atoms of the elements and their ratios in a chemical compound

8 Clues: bonds that share electronsbonds that transfer electronsTwo or more atoms held together by covalent bonds.A substance made of atoms of two or more elements.The bond that can hold atoms together in large networks or small groups.bond The bond that can hold atoms together in large networks or small groups....

SCSU 2023-04-12

SCSU crossword puzzle
Across
  1. How many types of architecture is involved in cloud implementation?
  2. _____ transaction refers to any transaction that uses electronic medium.
  3. Out of the following, which cloud service offers virtual servers, storage disks and networks?
Down
  1. How many types of categories exist for digital wallets?
  2. A ________ network connects devices to the Internet or other networks using cables.
  3. Ransomware and Rootkit are:
  4. Apart from the Lock option, what other option can be used to lock your PC when you want to leave your device for a little while?

7 Clues: Ransomware and Rootkit are:How many types of categories exist for digital wallets?How many types of architecture is involved in cloud implementation?_____ transaction refers to any transaction that uses electronic medium.A ________ network connects devices to the Internet or other networks using cables....

Eytomology Prefixs 2022-04-12

Eytomology Prefixs crossword puzzle
Across
  1. effect which throughly follows
  2. to give advance thought
  3. one who watches ove others
  4. a written agreement
  5. arrange for something to take place after time
Down
  1. to remove water from
  2. the distace around something
  3. feeling of hate or disapproval
  4. act of sending through a request
  5. something that carries across
  6. to get ready
  7. networks that exist between each other

12 Clues: to get readya written agreementto remove water fromto give advance thoughtone who watches ove othersthe distace around somethingsomething that carries acrossfeeling of hate or disapprovaleffect which throughly followsact of sending through a requestnetworks that exist between each otherarrange for something to take place after time

CompTIA Cloud+ Ch. 10 2025-01-06

CompTIA Cloud+ Ch. 10 crossword puzzle
Across
  1. Keeping cloud workloads separated for security.
  2. Giving users only the access they need.
  3. Unauthorized access to a system.
  4. Dividing networks to improve security.
  5. Security extensions for DNS.
Down
  1. Duplicate data stored for recovery.
  2. Recording events in a system.
  3. Web Application Firewall.
  4. Watching for suspicious activity.
  5. Rights granted to a user or role.
  6. Permissions to use resources.
  7. Isolated environment for testing.

12 Clues: Web Application Firewall.Security extensions for DNS.Recording events in a system.Permissions to use resources.Unauthorized access to a system.Watching for suspicious activity.Rights granted to a user or role.Isolated environment for testing.Duplicate data stored for recovery.Dividing networks to improve security....

Digital Tech Crossword 2021-10-12

Digital Tech Crossword crossword puzzle
Across
  1. a computer's memory that stores information used by programs
  2. a saved link to a web page
  3. using signals or information represented by a continuously variable physical quantity
  4. the process of converting electronic data to a unrecognizable form
  5. the processing unit that is responsible for preforming calculations and tasks that make programs work
  6. a extension that can be attached to a device for it to preform a function
  7. a type of program to be used for coding
Down
  1. a barrier that acts as a security system to protect trusted computer systems and networks from outside connections and untrusted networks
  2. the part of a computer system or application that is not directly accessed by the user, typically responsible for storing and manipulating data.
  3. technology assistive, adaptive, and rehabilitative devices for people with disabilities
  4. a device that you can connect to other devices
  5. a system that connects computers and other devices that share a common communications line and wireless link
  6. a microprocessor that performs functions and calculations that makes your computer run
  7. a piece of code or data that is created from a web server and is stored on a user's computer
  8. to extract and decompress compressed files
  9. a range of frequencies within a given band, in particular that used for transmitting a signal
  10. data that is temporarily stored on your computer

17 Clues: a saved link to a web pagea type of program to be used for codingto extract and decompress compressed filesa device that you can connect to other devicesdata that is temporarily stored on your computera computer's memory that stores information used by programsthe process of converting electronic data to a unrecognizable form...

lio internet crossword puzzel 2013-03-26

lio internet crossword puzzel crossword puzzle
Across
  1. page or another place on the same page.. INTERNETA global network of thousands of other computer networks that offers e-mail and information retrieval services to millions of people.
  2. granting a legal right to a copyright holder or author which requires their
  3. a restricted computer network; a private network created using World Wide Web
  4. part of a computer system or network that is designed to block unauthorize
  5. USE The fair use doctrine provides educators with the right to make reasonable copies
  6. (HOST)Domain names come with different extensions of the web address based
Down
  1. person who secretly gains access to computer files.
  2. a reference to a published or unpublished source
  3. unauthorized use, reproduction, distribution, or transmission of copyrighted
  4. piece of writing that has been copied from someone else and is presented as SOCIAL NETWORKS online communities where people meet, socialize, exchange digital

10 Clues: a reference to a published or unpublished sourceperson who secretly gains access to computer files.part of a computer system or network that is designed to block unauthorize(HOST)Domain names come with different extensions of the web address basedgranting a legal right to a copyright holder or author which requires their...

Cyber crossword 2022-12-06

Cyber crossword crossword puzzle
Across
  1. The arrangement of the various elements (computers, routers, switches, etc) of a network.
  2. Analyze something without interfering or affecting it.
  3. A computer, typically one on a network.
  4. A network device that controls and filters data between networks, either wired or wireless. It is a specific type of "gateway", a device that acts as a gate between two networks.
Down
  1. The way an organization structures and organizes the information that is required by their employees and/or customers.
  2. An agreed-upon method for communication.
  3. Typically, the last two elements of a URL. With domain names, organizations can build URLs.
  4. ervice can have two meanings in computer terminology:
  5. A computer that delivers files forming web pages across a network to requesting clients.
  6. A starting point for data analysis. It is the initial data set used in later comparisons.

10 Clues: A computer, typically one on a network.An agreed-upon method for communication.ervice can have two meanings in computer terminology:Analyze something without interfering or affecting it.A computer that delivers files forming web pages across a network to requesting clients....

Data Communication and Networking Terminologies 2023-02-06

Data Communication and Networking Terminologies crossword puzzle
Across
  1. designated resource manager of the network
  2. category of network with coaxial cable
  3. topology with redundancy
  4. topology with broadcast link
  5. 2 or more networks connected
  6. governs the way data is communicated
Down
  1. 2 or more devices connected for communication
  2. largest internetwork
  3. broadcast link
  4. one way data flow

10 Clues: broadcast linkone way data flowlargest internetworktopology with redundancytopology with broadcast link2 or more networks connectedgoverns the way data is communicatedcategory of network with coaxial cabledesignated resource manager of the network2 or more devices connected for communication

ADSI Terms Sebastian Salazar 2022-02-11

ADSI Terms Sebastian Salazar crossword puzzle
Across
  1. A system of words, letters, or signs used to create programs, apps or web pages.
  2. person who writes computer programs.
  3. The rules that programming languages have for typing their codes right.
  4. collection of instructions that connect the hardware and tell a computer how to work.
  5. is the global system of interconnected computer networks.
  6. the part of an application that performs an essential task not apparent to the user.
Down
  1. Is the application of processes and controls with technologies to protect systems, networks, programs, devices and data from crackers or bad hackers.
  2. An image or set of images which displays the functional elements of a website, information system or an app.
  3. an organized collection of structured information, or data, typically stored electronically in a computer system.
  4. A computer program designed to help people perform an activity.

10 Clues: person who writes computer programs.is the global system of interconnected computer networks.A computer program designed to help people perform an activity.The rules that programming languages have for typing their codes right.A system of words, letters, or signs used to create programs, apps or web pages....

ecommerce 1 2019-10-21

ecommerce 1 crossword puzzle
Across
  1. / worldwide network of computer networks built on common standards
  2. / Business model that offers users powerful search tools as well as an integrated package of content and services all in one place
  3. / Revenue model where a company provides a forum for advertisements and receives fees from advertisers
  4. / the discrete units into which digital messages are sliced for transmission over the Internet
  5. / involves using the Internet to enable individuals to collectively contribute money to support a project
Down
  1. / ___Provider. Business model that distributes information content, such as digital news, music, photos, video, and artwork
  2. / Value____. defines how a company’s product or service fulfills the needs of customers
  3. / ____ commerce. A means for consumers to sell to each other
  4. / phase in e-commerce evolution where mobile digital platform & social networks arise
  5. / unique features that allows for two-way communication between merchant and consumer

10 Clues: / ____ commerce. A means for consumers to sell to each other/ worldwide network of computer networks built on common standards/ phase in e-commerce evolution where mobile digital platform & social networks arise/ unique features that allows for two-way communication between merchant and consumer...

cy-rite crossword 2025-11-10

cy-rite crossword crossword puzzle
Across
  1. Response The process of identifying, managing, and recovering from a cybersecurity breach.
  2. Software that secretly collects user information without consent.
  3. Intelligence Information about potential or current attacks that helps organizations prepare for or respond to cyber threats.
  4. Malware disguised as legitimate software, used to trick users into installing it.
Down
  1. The practice of protecting systems, networks, and data from digital attacks, unauthorized access, or damage.
  2. The process of converting encrypted data back into its original readable form.
  3. A method of guessing passwords or encryption keys by trying all possible combinations.
  4. A type of malware that attaches itself to a legitimate program or file and spreads to other systems.
  5. Breach An event where sensitive or confidential data is accessed, disclosed, or stolen without authorization.
  6. A self-replicating program that spreads through networks without user action.

10 Clues: Software that secretly collects user information without consent.A self-replicating program that spreads through networks without user action.The process of converting encrypted data back into its original readable form.Malware disguised as legitimate software, used to trick users into installing it....

Courtney Gilbert 2014-03-25

Courtney Gilbert crossword puzzle
Across
  1. Personal Computer
  2. Collaborative website
  3. Programs designed to make users more productive
  4. Visual representation of nontext information
  5. room Permits users to chat online
  6. Worldwide collection of electronic documents
Down
  1. Informal website of time-stamped articles
  2. forum Message board
  3. Worldwide collection of networks that connects
  4. Notebook Computer

10 Clues: Personal ComputerNotebook Computerforum Message boardCollaborative websiteroom Permits users to chat onlineInformal website of time-stamped articlesVisual representation of nontext informationWorldwide collection of electronic documentsWorldwide collection of networks that connectsPrograms designed to make users more productive

OWilkinson-Network Devices 2023-01-03

OWilkinson-Network Devices crossword puzzle
Across
  1. what filters network traffic between lan segments
  2. what device monitors all end devices to make sure they are compliant with all requirements end devices include laptops desktops servers and tablets
  3. what extends or regenerates weak data signals
  4. what switches are used in larger networks to configure VLAN and port security
  5. what connects end devices to the network
  6. what connects network devices like router and switches but also regenerate electrical signals
  7. what operation allows for malicious traffic to pass before it is addressed
  8. what system has Special purpose microchips that are programmed to carry out specific functions
  9. what device uses radio waves to communicate with wireless devices such as laptops and iPhones
  10. what determines if data is allowed access to a network segment
  11. what is a device that allows administrators to remotely manage many devices through one dashboard interface
Down
  1. What form of Ethernet Sends low voltage electricity down a networking cable to power devices
  2. what has all the power of wireless access points and switches but also uses IP addresses to send traffic to other networks
  3. what device is a collection point for cable runs from networking devices
  4. what system is no longer support but is still in use
  5. what device send specific data to only the necessary device
  6. what device combines the use of ids, idp and a firewall
  7. what form of Ethernet Sends data down power lines to networked devices
  8. what operation stops malicious traffic immediately

19 Clues: what connects end devices to the networkwhat extends or regenerates weak data signalswhat filters network traffic between lan segmentswhat operation stops malicious traffic immediatelywhat system is no longer support but is still in usewhat device combines the use of ids, idp and a firewallwhat device send specific data to only the necessary device...

Computer network 2023-02-03

Computer network crossword puzzle
Across
  1. Network cables is a networking hardware used to connect one network device to other one or to connect two or more computers to share devices.
  2. A system placed to prevent any hackers , viruses and more. This is here to protect your computer.
  3. A network device that connects various networks.
  4. Messages being sent by an online resource from one electronic device to another.
  5. A server is a computer program or device
  6. A router is a physical or virtual appliance that passes information between two or more computer networks.
Down
  1. A wired network uses a cable to form the connections between different networked devices.
  2. Computers sharing resources located on or provided by network sources.
  3. A system of rules created to be followed in formal situations.

9 Clues: A server is a computer program or deviceA network device that connects various networks.A system of rules created to be followed in formal situations.Computers sharing resources located on or provided by network sources.Messages being sent by an online resource from one electronic device to another....

Ishaan Singh's Puzzle 2025-05-19

Ishaan Singh's Puzzle crossword puzzle
Across
  1. connects two or more computers located at distant places they are linked by communication facilities like telecommunication or satellite signals.
  2. Certain sets of rules determining how data should be transferred over networks.
  3. topologies the layout in which the various components of a network like nodes, links peripherals, etc are connected and communicate with each other.
  4. Device that connects to different types of networks with each other.
  5. Network device that is used to connect all computers in a network with each other.
Down
  1. Transmits the message from the source computer to the destination Computer only by using the physical address.
  2. Wireless technology used to connect mobile phones, computers and printers.
  3. computer network that is mainly created for an individual person.
  4. Each computer in a network.

9 Clues: Each computer in a network.computer network that is mainly created for an individual person.Device that connects to different types of networks with each other.Wireless technology used to connect mobile phones, computers and printers.Certain sets of rules determining how data should be transferred over networks....

Racunalne mreze 2021-03-18

Racunalne mreze crossword puzzle
Across
  1. Bežične mreže
  2. Metropolitan Area Networks
  3. line communication PLC
  4. Transport Control Protocol/Internet
  5. Local Area Network
Down
  1. Wide Area Network
  2. Simple Mail Transfer Protoco
  3. računalna arhitektura u kojoj su svi članovi mreže ravnopravni
  4. Personal Area Network

9 Clues: Bežične mrežeWide Area NetworkLocal Area NetworkPersonal Area Networkline communication PLCMetropolitan Area NetworksSimple Mail Transfer ProtocoTransport Control Protocol/Internetračunalna arhitektura u kojoj su svi članovi mreže ravnopravni

mental health 2022-12-20

mental health crossword puzzle
Across
  1. Obsessive Compulsive Disorder
  2. what people get stressed by
  3. Psychotic Disorder
  4. a complex set of emotions that makes you different
  5. how people feel
  6. one of the 5 stages of grief
  7. The ability of neural networks in the brain to change through growth and reorganization
Down
  1. felling sad all the time
  2. how people feel in certan situations
  3. extreme mood swings
  4. felling anxious all the time
  5. brain diteriorating
  6. how people cope with death and has 5 stages
  7. fear of missing out
  8. fears

15 Clues: fearshow people feelPsychotic Disorderextreme mood swingsbrain diterioratingfear of missing outfelling sad all the timewhat people get stressed byfelling anxious all the timeone of the 5 stages of griefObsessive Compulsive Disorderhow people feel in certan situationshow people cope with death and has 5 stages...

Information Technology Era 2021-05-11

Information Technology Era crossword puzzle
Across
  1. Connector that can transmit data to and from devices
  2. Knowledge obtained from reading
  3. Powerful multi-user computer
  4. Set of instructions and operations
  5. Automated assistant
  6. Performs millions of instructions per second
  7. Worldwide collection of networks
  8. Collection of data used for automated systems
  9. Delivers instructions using electronic devices
Down
  1. Program that executes instructions
  2. Collection of related web pages
  3. Network that uses radio signals
  4. Holds data, instructions, information
  5. Guidelines that govern online behavior
  6. Uses radio waves to connect to other devices

15 Clues: Automated assistantPowerful multi-user computerCollection of related web pagesNetwork that uses radio signalsKnowledge obtained from readingWorldwide collection of networksProgram that executes instructionsSet of instructions and operationsHolds data, instructions, informationGuidelines that govern online behavior...

Ben 2014-11-10

Ben crossword puzzle
Across
  1. all the things you can touch on a computer
  2. putting some thing from a website to a hard drive
  3. program such as safari
  4. a longer connection to people
  5. a measure of quality
  6. a the 1st page of a website
  7. being connected
Down
  1. Putting something from a drive to a website
  2. how good a picture looks
  3. Internet manners
  4. a group of connections
  5. box a box full of words
  6. a huge connections of networks
  7. machine instructions
  8. a connection to the internet

15 Clues: being connectedInternet mannersmachine instructionsa measure of qualitya group of connectionsprogram such as safaribox a box full of wordshow good a picture looksa the 1st page of a websitea connection to the interneta longer connection to peoplea huge connections of networksall the things you can touch on a computer...