Which of the following devices can be connected to a network? Check all of the boxes that apply.
printers
smartphones
typewriters
laptops
pencils
tablet computers

Answers

Answer 1

Answer:

1, 2, 4, 6

Explanation:


Related Questions

A group of users in a small publishing office want to share large image files in a common folder with high availability. Which of the following devices would best meet this need?
Networked storage appliance
An SSD for each computer
Large USB flash drive to move the files between computers
Portable external HDD for each user​

Answers

Answer:

Network storage appliances

Explanation:

Because I just took a test

In honor of Black History Month, write an essay about a black person who has inspired YOU in some way. This person does not have to be famous, it can be a coach, a pastor, or family friend. This essay must be 10 sentences or more.​

Answers

Answer:

I will be talking about Jackie Robinson. Robinson was known for playing baseball with the Brooklyn Dodgers from 1947 to 1956, I will share a few of his other accomplishment.

In 1935, Robinson graduated from Washington Junior High School and enrolled at John Muir High School Recognizing his athletic talents, Robinson's older brothers Mack (himself, an accomplished athlete and silver medalist, at the 1936 Summer Olympics) and Frank inspired Jackie to pursue his interest in sports.

At Muir high school , Robinson played several sports , football, basketball, track, baseball and tennis. He played shortstop and catcher on the baseball team, quarterback on the football team, and guard on the basketball team. With the track and field squad, he won awards for the broad jump.

In 1936, Robinson won the junior boys singles championship at the annual Pacific Coast Negro Tennis Tournament.

He earned a place on the annual baseball tournament all-star team,

In late January 1937, the News newspaper reported that Robinson "for two years had been the outstanding athlete at John Muir, starring in football, basketball, track, baseball and tennis.

As Jackie was encouraged to move forward by his brothers Mack and Frank. Today, his accomplishments inspires me to keep moving forward.

Explanation:

animation affects can be applied on both................ and................ on a slide​

Answers

Answer: Animation effects can be applied on both (text and graphics) on a slide.

hi!

Calculate the value of z. Given v=4, w=5, x=8, y=2z= (v+ w) * x / y;print (“value of z is “, z)

Answers

Answer:

value of z is  36.0

Explanation:

Given

[tex]v = 4\\\\w = 5\\\\x = 8\\\\y = 2\\\\z = (v+2)*x/y[/tex]

Required

Print the value of z

To answer this, I will make use of Python and also provide a manual solution:

The program (in python) is as thus:

v = 4

w = 5

x = 8

y = 2

z = (v + w) * x/y

print (“value of z is “, z)

Manually, we have:

z = (v + w) * x/y

z = (4 + 5) * 8/2

Solve the bracket

z = 9 * 8/2

z = 9 *4

z= 36

Either ways, the value of z is 36

Me pueden decir todo lo que sepan sobre las redes informáticas porfa? De preferencia que sea algo largo

Answers

Answer:

Una red informática es una fusión de varios sistemas electrónicos técnicos, principalmente independientes que permite que los sistemas individuales se comuniquen entre sí. El objetivo aquí es el intercambio de recursos como impresoras de red, servidores, archivos y bases de datos.  

La estructura de red más conocida es Internet, y los protocolos a través de los cuales se transmite la información más conocidos son el TCP (Protocolo de control de transmisión) y el IP (Protocolo de Internet), pero varios otros protocolos también desempeñan funciones importantes en Internet. Internet en sí no es una red homogénea, sino que consta de un gran número de subredes, algunas de las cuales tienen diseños muy diferentes, que solo tienen en común las capas de protocolo superiores y que manejan la transmisión de datos de usuario en las capas de protocolo inferiores en muy diferentes caminos.

in how many ways we can connect internet​

Answers

Answer:

There are several ways or methods of connecting to the Internet. There are two access methods direct and Indirect and these can be either fixed or mobile

Explanation:

Answer:

here are many ways a personal electronic device can connect to the internet.  They all use different hardware and each has a range of connection speeds.  As technology changes, faster internet connections are needed to handle those changes.  I thought it would be interesting to list some of the different types of internet connections that are available for home and personal use, paired with their average speeds.

Dial-Up (Analog 56K).

Dial-up access is cheap but slow. A modem (internal or external) connects to the Internet after the computer dials a phone number.  This analog signal is converted to digital via the modem and sent over a land-line serviced by a public telephone network.  Telephone lines are variable in quality and the connection can be poor at times.  The lines regularly experience interference and this affects the speed, anywhere from 28K to 56K.  Since a computer or other device shares the same line as the telephone, they can’t be active at the same time.

DSL.  DSL stands for Digital Subscriber Line.  It is an internet connection that is always “on”.  This uses 2 lines so your phone is not tied up when your computer is connected.  There is also no need to dial a phone number to connect.  DSL uses a router to transport data and the range of connection speed, depending on the service offered, is between 128K to 8 Mbps.

Cable.  Cable provides an internet connection through a cable modem and operates over cable TV lines.  There are different speeds depending on if you are uploading data transmissions or downloading.  Since the coax cable provides a much greater bandwidth over dial-up or DSL telephone lines, you can get faster access.  Cable speeds range from 512K to 20 Mbps.

Wireless.   Wireless, or Wi-Fi, as the name suggests, does not use telephone lines or cables to connect to the internet.   Instead, it uses radio frequency.  Wireless is also an always on connection and it can be accessed from just about anywhere.  Wireless networks are growing in coverage areas by the minute so when I mean access from just about anywhere, I really mean it.  Speeds will vary, and the range is between 5 Mbps to 20 Mbps.

Satellite.  Satellite accesses the internet via a satellite in Earth’s orbit. The enormous distance that a signal travels from earth to satellite and back again, provides a delayed connection compared to cable and DSL.  Satellite connection speeds are around 512K to 2.0 Mbps.

Cellular.  Cellular technology provides wireless Internet access through cell phones.  The speeds vary depending on the provider, but the most common are 3G and 4G speeds.  A 3G is a term that describes a 3rd generation cellular network obtaining mobile speeds of around 2.0 Mbps.  4G is the fourth generation of cellular wireless standards. The goal of 4G is to achieve peak mobile speeds of 100 Mbps but the reality is about 21 Mbps currently.

Explanation:

What is the measure of each angle of an equilateral traingle what is that answer is it 30 or 45or 60 or 90 hmmmm

Answers

Answer:

60°

Explanation:

The measure of each angle of an equilateral triangle is 60°.

An equilateral triangle is a kind of triangle where all angles are equal to each other.

The sum of angles of a triangle is equal to 180

A triangle has 3 sides

Calculating the measure of each angle,

a + a + a = 180°

3a = 180°

a  = 180 / 3

Therefore a = 60°

Explain how the value of 90 is stored in the Java variable, myFinalGrade.

Answers

Answer:

As integer

Explanation:

More information is needed to properly answer this question.

However, I will answer this question with the limited information given.

90 will be stored as an integer in the variable.

First, the variable needs to be declared;

int myFinalGrade;

Then the variable is initialized;

myFinalGrade = 90;

Hence, the value is stored as an integer.

What's the smallest part of a computer

A microchip

A byte

A bit

A mouse click

Answers

Answer:

A byte

Explanation:

I just had that question on my quiz

A byte!
It can be referring to any sort of byte according to the question. (kilobyte would be pretty small)

Bryan's company is new and has limited funds to work with. He has been tasked with finding a telecommunications technology that will improve worker productivity on their latest project. So he doesn't go over budget, he must carefully consider all items that affect cost. His considerations include:

Answers

Answer:

Download Speed, Operating Costs, & Purchase Price.

Explanation:

He needs it quick and he's on a budget, so he's gonna be worried about these three things that fall under the categories.

You're welcome my fellow seeker.

someone please tell me if you watch drag race (rupauls drag race) I need someone to talk to about it ​

Answers

I’m gonna watch it soon

Anybody know #3 ? I need two ppl to answer this !! Free Brainliest!!

Answers

Answer: A command-line interface (CLI) is a means of interacting with a computer program where the user (or client) issues commands to the program in the form of successive lines of text (command lines). The program which handles the interface is called a command-line interpreter or command-line processor.

Answer:

It b for sureeeeeeeeeeee

Match the following:
Column A
1.
objects that you can actually touch such as disks, disk drives, keyboards, printers, etc.
2.
the connector that allows you to connect universal serial bus enabled devices to your computer
3.
digital still image camera that uses single-lens reflex mechanisms
4.
software that lets you change the size of an image, adjust the brightness, contrast, color, sharpness, etc. of the image
5.
a data storage device that includes flash memory


Column B
a.hardware

b.image processing/editing

c.flash drive

d.Digital Single Lens Reflex (DSLR)

e.USB port

Answers

Answer:

1. hardware

2. USB

3. DSLR

4. Image processing

5.Flash Drive

Explanation:

I checked with my dad who works in IT so they're correct :)

Actuators drive everything that moves on a competition robot. The most
common type of actuator in this application is a motor; in particular, VEX
Robots utilize____Motors. *

A)Direct Speed

B)Direct Current

C)Free Current

D)Direct Circulating

Answers

Answer:

c

Explanation:

Text,Audio and graphic is entered into the computer using
a)A cpu
b)Output
C)Input
ICT Question​ asap pls help

Answers

Answer:

I think it's input, not sure tho

ANSWER ASAP!!!!!!

Harriet is an appointed official who works at the federal level. She is the head of an executive department. She advises the US President on important matters related to her department. Which group or organization does Harriet belong to?
A.
House of Representatives
B.
Senate
C.
Drug Enforcement Administration (DEA)
D.
Supreme Court
E.
Cabinet

Answers

The answer is D I think
The answer should be “B”

Digital and analog audio recordings have pros and cons. Do you think the pros of digital recordings outweigh the cons and therefore prefer digital audio recordings? Or, do you think the cons outweigh the pros and therefore you prefer analog audio recordings? Explain.

Answers

Digital vs Analog Audio is completely personal preference and there is no clear winner on which is better.

But there are some pros and cons about both, Analog sometimes distorts when playing and can be easily scratched and ruins the grooves. Analog is believed to be the true representation of the sound when it was recorded. Digital is not the actual recording of the sound, it's actually a combination of binary code. It is also sometimes mixed or remastered in Digital and sounds a bit different to make it sound better. It also depends on the system you are listening it from. You could have a horrible Digital system its playing through and an amazing Analog system playing, of course the Analog system will sound better in that case. Some believe that Digital is on par to overtake Analog in the "true picture of sound" category but some also say Analog will forever be the best at playing sound and Digital will always be the alternative.

But, in the end it's all personal preference and the pros and cons don't overweigh to make one better than the other.

Question 6 (2 points)
The recipe for good communication includes these "ingredients":

a.clause, brevity, comments, impact, value

B.clarity, brevity, comments, impact, value

C.clarity, brevity, context, impact, value

D.clause, brevity, context, impact, value

Answers

Answer:

C

Explanation:

i think lng hehehehehe

Which of the following are recent trends? Check all of the boxes that apply.
fewer applications
more access points
fewer mobile devices
new applications

Answers

Answer:

More access points

New applications

Explanation:

Answer:

2 and 4

Explanation:

Did it on edge

Dan is working with a team that is integrating an application with a database system. Which of these statements are true with regard to database systems?

The testing phase of the SDLC creates databases.

Selection of a DBMS occurs during the designing phase of the SDLC.

Database development also has a life cycle, with phases similar to those of the SDLC.

All compilers intrinsically support database creation.

Databases use query language to perform operations.

Answers

Answer:

Database development also has a life cycle, with phases similar to those of the SDLC.

Databases use query language to perform operations.

Explanation:

PLATO :) no prob btw

Write a program using for loop to find the cube of numbers from 50-100
FASTT

Answers

Answer:

JAVA

for(int i = 50;  i <= 100          i++;)

{

   int cubedNum = Math.pow(i, 4);

   System.out.println(cubedNum);

}

Explanation:

The For loop is set so that it will go the amount of times until the variable i reaches 100, then it will stop increasing i.

Then, we raise i to the 4th power in the loop, and then print it out.

#teamtrees #PAW (Plant And Water)

Which font is most suitable for an academic article on a website? Which is most suitable for casual information?
The
information.
font is most suitable for an academic article on a website. The
font is most suitable for casual

Answers

There are thousands of fonts, there is no clear answer of what is best for ___ website or ___ page. It's all what you think looks good and sometimes depends on the colors on the site.

Answer:

Times New Roman and Arial

Explanation:

plato

___________ is the number of pixels per inch

Answers

Answer:

Explanation:

What ever the number is inches is divide it by pixels

20 POINTS!!! I NEED HELPP

Answers

Answer:

Apple

Explanation:

Answer:

Windows Internet Explorer

because windows is aka microsoft windows

Describe how checksum detects errors​

Answers

Answer:

For error detection by checksums, data is divided into fixed sized frames or segments. Sender's End − The sender adds the segments using 1's complement arithmetic to get the sum. It then complements the sum to get the checksum and sends it along with the data frames.

Which of the following algorithms is the same as the flowchart shown below?

Answers

Answer:

i believe it’s c

Explanation:

HELP ME ASAP AND YIU GET THE POINTS
Use the drop-down menus to complete statements about multiple calendar options in Outlook.
The default multiple calendar view is
Overlay view will color-code multiple dates in
Calendar
include multiple users' calendars as a team

Answers

Answer:

The default multiple calendar view is

✔ side-by-side

.

Overlay view will color-code multiple dates in

✔ one view

.

Calendar

✔ groups

include multiple users’ calendars as a team.

Explanation:

Answer:

The default multiple calendar view is

✔ side-by-side

.

Overlay view will color-code multiple dates in

✔ one view

.

Calendar

✔ groups

Explanation:

The following statements describe the use of graphics in presentations.

Graphics should be large enough to be seen by the audience.
Graphics should be used on every slide.
Graphics should be used when they are relevant to the content.
Many graphics will make a boring presentation interesting.

Select all that apply

Answers

Answer:

I. Graphics should be large enough to be seen by the audience.

II. Graphics should be used when they are relevant to the content.

Explanation:

Presentation can be defined as an act of talking or speaking formally to an audience in order to explain an idea, piece of work, project, and product with the aid of multimedia resources, slides or samples.

PowerPoint application refers to a software application or program designed and developed by Microsoft, to avail users the ability to graphically create various slides containing textual and multimedia informations that can be used during a presentation.

Some of the features available on Microsoft PowerPoint are narrations, transition effects, custom slideshows, animation effects, formatting options etc.

Hence, the following statements describe the use of graphics in presentations;

I. Graphics should be large enough to be seen by the audience.

II. Graphics should be used when they are relevant to the content.

Answer:

I. Graphics should be large enough to be seen by the audience.

II. Graphics should be used when they are relevant to the content.

Explanation:

Edhesive 8.5 code Practice help me pls

Answers

Answer:

twainQuotes = ['I have never let my schooling interfere with my education.', 'Get your facts first, and then you can distort them as much as you please.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.', "Age is an issue of mind over matter. If you don't mind, it doesn't matter. "]

print(twainQuotes)

twainQuotes.sort()

print(twainQuotes)

twainQuotes.insert(1,'Courage is resistance to fear, mastery of fear, not absence of fear.' )

print(twainQuotes)

Explanation:

ok

The program is an illustration of lists and list manipulation

Lists

Lists are variables that are used to hold multiple values in one variable name

Python Program

The program in Python, where comments are used to explain each line is as follows:

#This initializes the list

twainQuotes = ['I have never let my schooling interfere with my education.', 'Get your facts first, and then you can distort them as much as you please.', "If you tell the truth, you don't have to remember anything.", 'The secret of getting ahead is getting started.', "Age is an issue of mind over matter. If you don't mind, it doesn't matter. "]

#This prints the list elements

print(twainQuotes)

#This sorts the list elements

twainQuotes.sort()

#This prints the sorted list

print(twainQuotes)

#This inserts an element into the list

twainQuotes.insert(1,'Courage is resistance to fear, mastery of fear, not absence of fear.' )

#This prints the new list

print(twainQuotes)

Read more about lists and list manipulations at:

https://brainly.com/question/24941798

All organizations need good quality cybersecurity to ensure _____. Select 4 options.

operational security

operational efficiency

operational tangibility

operational profitability

operational continuity

Answers

Answer:

option 1

Explanation:

it is because they need better security for operational

Answer:

operational continuity

operational profitability

operational security

Explanation:

Other Questions
Help with this pls HELPP ME PLSSSS Jessica paid $23,000 for her car. The value of the car depreciates at a rate of 15% each year. Which function represents the value of her car each year? A. f(x)=23,000(0.15)x B. f(x)=23,000(15)x C. f(x)=23,000(0.85)x D. f(x)=23,000(1.15)x What are three methods scientists use to study past climate conditions?PLEASE HELP ME GDSJFD Recently, it was discovered that rare earth elements can be used to repel what type of animal? How do they do this? Determine the amount or number of something mathematically (17) The solution to the LP Relaxation of a maximization integer linear program provides a(n) a. upper bound for the value of the objective function. b. lower bound for the value of the objective function. c. upper bound for the value of the decision variables. d. lower bound for the value of the decision variables. 2p(7p+7) please answer Adding Calculator Write a program that simulates an adding machine. Input to the program will be integers, submitted one per line. Input should be handled as follows: a nonzero value should be added into a subtotal; a zero value should cause the subtotal to be printed and reset to zero; two consecutive zeroes should cause the total (not subtotal) of all the values input to be printed and the program to be terminated. Heres an example of how the program should work. However, it is only an example. Your program should work for any test case. Input is in red and output is in blue. Your program does not need to display colors, they are show here for illustration only so that you can distinguish input and output. if i was the question would you be my anwser ?if i was the music would u be my dancer ? hii please help ill give brainliest A school club is comparing prices at two movie theaters. Theater 1 charges $7.50 for a movie ticket and $5.75 per item at the concession stand it would cost a total of $187.75 for their group. Theater 2 charges $22.50 a ticket and $7.50 per item for a total of $397.50. Using this information solve for how many tickets and how many concession items they plan to purchase how many movies do they plan to purchase? and how many snack bins did they get?? I will give you brainlist !!!!! HOW DO YOU DO THIS PLEASE EXPLAIN I need help on this and the first person who answer correctly gets a BRANLIST Answer this question PLZ Tienes una mascota? translate in spanish PLEASE HELP HURRY How did the owl get energy from the Sun (made their own energy, ate producers, ate consumers)? THIS IS FOR LIFE SCIENCE The Roswell sighting is said to have taken place in:A. 1937B.1947C.1979D.1942 Which of the following statements is true about mutations?A. It is a source of genetic variationB. Rates tend to be very high in most populations.C. It is generally lethalD.It affects only somatic cells what is a grabify link, and how can people avoid them? Look at the picture. Thank u!