subject

PLEASE HELP AND PLEASE KNOW HOW TO DO IT Question 1 (1 point)
Which type of network shares information and devices but has no centralized control?

Question 1 options:

Peer to Peer

Client/Server

Wide Area Network

Storage Area Network

Question 2 (1 point)
Which topology type allows data to travel through the network in either one direction or both directions at the same time?

Question 2 options:

Bus

Ring or Dual Ring

Star

Mesh

Question 3 (1 point)
Which geographic network type has a distance of 5 to 50 kilometers and typically uses fiber optics for increased speed?

Question 3 options:

Personal Area Network

Local Area Network

Metropolitan Area Network

Wide Area Network

Question 4 (1 point)
Which networking device learns all ports and then sends incoming data to selected ports on the same network?

Question 4 options:

Hub

Switch

Wireless Router

Router

Question 5 (1 point)
Which networking device broadcasts all incoming data to all active ports on the same network?

Question 5 options:

Router

Hub

Switch

Wireless Router

Question 6 (1 point)
The wireless router functions the same at a router but can also act as a wireless access point.

Question 6 options:
True
False
Question 7 (1 point)
Which geographical network type has a distance of 33 feet to 10 meters?

Question 7 options:

Wide Area Network

Local Area Network

Personal Area Network

Metropolitan Area Network

Question 8 (1 point)
Which networking devices forward incoming data between computer networks

Select 2 correct answer(s)
Question 8 options:

Hub

Switch

Router

Wireless router

Question 9 (1 point)
Which topology type has all devices directly connected to a centralized hub or switch?

Question 9 options:

Ring

Tree

Star

Bus

Question 10 (1 point)
This geographic network type has data transmitted securely through a private tunnel over an unsecure network?

Question 10 options:

Personal Area Network

Wide Area Network

Local Area Network

Virtual Private Network

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:30
Exchanging which type of data uses the least bandwidth? music photographs video voice bandwidth- the amount of data that can be moved between two points in a set time period
Answers: 1
question
Computers and Technology, 22.06.2019 10:40
Program using c++ only on visual studio pig is a simple two player dice game, played with one die. the first player to reach or surpass 50 is the winner. each player takes a turn rolling the dice. they add to the pot with each roll, having to decide to roll again and increase the pot, or cash out. the risk being they could lose the amount they’ve accumulated into the pot. the rules for each player’s die roll. 1. roll the dice. a. if user rolled a 1, i. the pot gets set to zero ii. the other player goes to step 1. b. a roll of 2-6 is added to the pot. 2. user can choose to hold or roll again. a. choice roll. return to step 1. b. choice hold. i. increment player score by the pot amount. ii. pot gets set to 0. iii. second player gets to roll and goes to step 1. program requirements: ● before each opponent begins ○ output the score for the person and the computer. ○ output the opponents whose turn is beginning and ask the user to hit enter to continue. ● with each dice roll. ○ output the die value, and amount of the round pot. ○ if it’s the users roll ask if they want to roll again ( r ) or hold ( h ). your program should allow r, r, h or h as valid input. if input is anything else, ask the user again until valid input is obtained. ○ the ai will continue playing until the round pot is 20 or more. ● once a player’s score is greater or equal to 50 then they have won, it will no longer ask if they want to keep rolling the die or not. ● once there is a winner ○ score totals are output along with who the winner was. user or computer ○ player is asked if they want to play again y or n. valid input should be y, y, or n, n. ● when a new game starts the starting roll goes to the player that did not roll last. if the user rolled last in the previous game, then the computer rolls first and vice versa. when the program first begins, the player will make the first roll of the first game. development notes : ● you will need a way to roll dice in your program. the rand() function works well, but returns an integer. if we want numbers 0 – 9 we can get the value modulus 10. ● call srand() with a value to seed it. it’s common to seed it with the current computer clock, include ctime, and then call srand(time(
Answers: 1
question
Computers and Technology, 22.06.2019 21:00
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings starting from index 0. for each match, add one point to userscore. upon a mismatch, exit the loop using a break statement. assume simonpattern and userpattern are always the same length. ex: the following patterns yield a userscore of 4: simonpattern: rrgbryybgy userpattern: rrgbbrybgy
Answers: 2
question
Computers and Technology, 22.06.2019 21:50
Given int variables k and total that have already been declared, use a while loop to compute the sum of the squares of the first 50 counting numbers, and store this value in total. thus your code should put 11 + 22 + 33 + + 4949 + 50*50 into total. use no variables other than k and total.
Answers: 2
You know the right answer?
PLEASE HELP AND PLEASE KNOW HOW TO DO IT Question 1 (1 point)
Which type of network shares i...
Questions
question
Social Studies, 29.09.2019 05:00
Questions on the website: 13722361