Name:

Sup-R Game Desktop – Model EEXL
Inteel® Core i7
6GB Tri-Channel DDR3
500GB SATA-II (7200 rpm)
16x CD/DVD burner
21.5” HD widescreen monitor
NVIDIA® GeForce
Creative Sound Blaster® X-Fi Titanium
Altec Lansing speakers
Gigabit Ethernet port
3 – year limited warranty
Windows 10


1. Suppose you are reading a computer magazine and you come across the ad pictured above. By looking at the specs, you can see that: (2 Points)

The amount of RAM is ___________.

The microprocessor manufacturer is __________.

The amount of disk storage is _______________.

The amount of Solid State Drive storage is ______________

2. In the table below, list the hardware/peripheral components in the ad and check which function the component performs. (Add additional rows to the table if needed). (5 Points)

Component
Processor
Memory
Storage
Input
Output
Other












































3. In the table below, list 5 functions/features you would look for in purchasing a computer and explain why each is important to you. (3 Points)

Function/Feature
Explanation as to why and size, capacity, etc. you need this feature/function












5. List and describe the factors that affect the performance of a microprocessor. Name two manufacturers of central processing units (CPUs) and some for the different models of processors that they manufacture. (5 points)









6. At the beginning of an update for your smart phone, you notice a warning that says “Make sure your device is connected to a wall outlet and do not turn the device off until the update is complete.” You suspect that the update is going to _______________ the ROM boot loader to fix a security vulnerability. (2 Points)

7. You are working on a group project and you suggest to your team that they use a ______________ storage service where members can access a shared folder. (2 Points)

8. One of the ports on your laptop is rectangular and the inside of it is blue. It is a(n) _________ port. (2 Points)

9. You need an external keyboard for your Android device, and thankfully you can add a wireless one because it has ________________ capability. (2 Points)

10. You volunteer to produce a large quantity of black-and-white leaflets for a charity organization. It is fortunate that you have access to a(n) _____________________ printer with a high duty cycle and low operating costs.

Answers

Answer 1
1 6gb of ram
inteel
500gb
500gb

Related Questions

How many passes will it take to find 30 using a binary search?
5, 10, 15, 20, 25, 30, 35
1,2,3 or 4 passes

Answers

Just wanna let you know I could be wrong but I think 4 passes

A brief communication used in businesses is called a _____.

hard copy
document
memo
research paper

Answers

Answer:

C. Memo

Explanation:

Hope this helps :)

Answer:

the answer is it is called a memo

IT professionals ensure servers connected to the network operate properly. (2 points) True False

Answers

Answer:

True

Explanation:

Thats one of their most important jobs

Question
What protocol is used to discover the hardware address of a node with a certain IP address?

Answers

Answer:

ARP is a simple query–response packet protocol used to match workstations hardware addresses to IP addresses. In other words, ARP is the protocol used to identify nodes in a LAN. ARP is described in RFC 826

Select the correct locations on the image.
In which of these images would the rule of thirds become an evaluating factor?

Answers

Answer:

apple

Explanation:

the one of the apple is right

Why would you use a computer's secondary memory?
O A. To look at files created on your home computer on a public
computer
B. To run word processing software on your computer
O C. To save a slide show presentation on your computer
D. To start up your computer and perform its basic tasks

Answers

Answer:

I think B

Explanation:

Secondary storage is needed to keep programs and data long term. Secondary storage is non-volatile , long-term storage. Without secondary storage all programs and data would be lost the moment the computer is switched off.

A computer's secondary memory would be used to look at the files created on the home screen of the computer.

Option A is the correct answer.

A computer is an electronic device that is used to do various kinds of operations automatically.

Now, Secondary memory can be utilized to store the data or information which can be instantly recovered.

It is also known as backup memory. USB drives, hard disk drives, optical drives, etc. are some examples of secondary memory.

Therefore, the task of locating the files in the computer is to be done by using the computer's secondary memory. So option A is true.

Learn more about the secondary memory in the related link:

brainly.com/question/24901228

#SPJ6

Complete the following sentence by choosing from the options below. (select all that apply)
The main benefits of computers are their ability to:
save files
retrieve files
modify files
play DVDs
DONE

Answers

Answer:

Save files

Explanation:

The main benefit of a computer is to save files if there is no good storage the computer is bot complete

Saves files because if u doing work on a computer can’t save if not finished

Language is Python
9.9 LAB: Count input length without spaces, periods, exclamation points, or commas

Given a line of text as input, output the number of characters excluding spaces, periods, exclamation points, or commas.

Ex: If the input is:

Listen, Mr. Jones, calm down.
the output is:

21

Answers

Answer:

text = input('Please enter a line of text')

text = text.replace(" ", "")

text = text.replace(".", "")

text = text.replace("!", "")

text = text.replace(",", "")

print(len(text))

Explanation:

i answered this same exact question the other day.

line by line, the first line asks for input with a prompt.

the second line replaces spaces, the next one replaces periods, the next exclamation marks, the next commas. then the last line prints the total number of characters

In this exercise we have to use the computer language knowledge in python to write the code as:

the code is in the attached image.

In a more easy way we have that the code will be:

text = input('Please enter a line of text')

text = text.replace(" ", "")

text = text.replace(".", "")

text = text.replace("!", "")

text = text.replace(",", "")

print(len(text))

See more about python at brainly.com/question/26104476

Advantages of communications​

Answers

Answer:

promotes team building

creates better relationship

Answer:

➨It is quick in obtaining feedback once delivered. ➨It provides complete understanding of communication delivered and there is chance to make it more clear in case of doubts in interpretation of words or ideas. ➨It is more reliable method of communication. ➨It is flexible and effective for all.

Can someone help me how to do this.

A computer program should receive students' exam details and shows the student exam grade report. The student exam details are the student ID, name, number of semesters in the university and his/her programming subject's exam score (out of 50\%) . The program should display an error message if the exam mark entered is not within the range of 0 to 50%. It calculates the percentage of exam score (out of 100%), set the exam grade and analyse the students' eligibility to join self-improvement program based on the grade and the number semester in the university. The program shall display the student ID, name, exam score over 100%, its letter grade plus the relevant self-improvement program.

The letter grade for exam is determined as follows:

A=90-100\%

B=80-89%

F=0.59\%

Three sets of output screenshots from the program runs

Design and develop the program. Your submission to ULearn must include:

D=60-69\%

The university offers 3 self-improvement programs:

Mighty Musang King

for those who just join the university for 1 semester received F in their exam.

Pseudocode OR Flowchart

2. Python Program in .py format

<for those who has been in the university for 2 semesters received grade C or D for the exam

1. A Pdf file that consists of

for those who has been in the university for 3 semesters received grade A or B for the exam

Fighting Pomelo

C= 70-79\%

Mushy Banana​

Answers

Answer:

2. is answer to the question

Define a method calcPyramidVolume with double data type parameters baseLength, baseWidth, and pyramidHeight, that returns as a double the volume of a pyramid with a rectangular base. calcPyramidVolume() calls the given calcBaseArea() method in the calculation. Relevant geometry equations: Volume

Answers

Answer:

import java.io.*;

public class Main {

   public static void main(String[] args) throws IOException {

       double baseLength = 0, baseWidth = 0, pyramidHeight = 0;

       Object[] volume;

       volume = calcPyramidVolume(baseLength, baseWidth, pyramidHeight);

   }

   public static Object[] calcPyramidVolume(double baseLength, double baseWidth, double pyramidHeight) {

       double area = calcBaseArea(baseLength, baseWidth);

       double volume = baseLength * baseWidth * pyramidHeight;

       return new Object[]{volume, area};

   }

   public static double calcBaseArea(double length, double width) {

       return length * width;

   }

}

Explanation:

The problem is flawed because it is completely inefficient for one to create two separate methods to calculate the volume and the area when they can be done at once.

The second problem is that it was never specified whether to return something from the calcBaseArea method.

I assumed it required it, so it is not advisable to initiate the method as a double, but rather create it as an Object so that it can return two values: the volume and the area.

9. Organs are made up of vast numbers of cells that perform various tasks. When cells die within an organ,
homeostasis is interrupted. What will most likely happen so that homeostasis can be maintained?




Answers

Answer:  A new cell grows

Explanation:

Which is an example of a demand account

Answers

Answer:  savings account investment account credit account checking account Checking account is an example of a demand account.

what logo is this? can someone else please answer this?​

Answers

maybe it’s Adidas?

Sorry if I’m wrong
But I hope it help

DUE SOON NEED HELP FAST!!
It is 6:30pm GMT, if it is 2:00PM where are you, what is your longitude?

Answers

Answer:

From 2007 to 2016 the correct answer would've been Caracas, Venezuela. With a longitude of 66° 56' W.

Their timezone at that time was GMT-4.5, which means they'd be four and a half hours behind GMT.

As of 2021, there are no countries using that timezone for international trade and travel.

Explanation:

Had to make some assumptions. If no other context is given, then this would be the correct answer.

ctivity 2: irections: Convert the given value to unit asked. 1. 1 tb 2. 500 mb 3. 200 kb 4. 1,000,000 bytes 5. 500 gb mb gb byte gb mb

help please​

Answers

Answer:elab

Explanation:

2. What is the MOST common experience LGBTQ+ individuals share when accessing medical trea
services?
Having inadequate transportation to obtain services
Having to educate their service provider on how to provide adequate care
Having to communicate with the provider in a second language
Having providers ignore and minimize their pain due to race
3. True or False: LGBTQ+ youth, especially gender non-conforming youth, are referred more often to
than their heterosexual, cisgender peers.
True
False

Answers

Answer:

true on the last one

Explanation:

Please help. I don't know how to do this.

Answers

Answer: I need to know what the problem is tho.

Explanation: (0L0)

What is the purpose of DNS round robin technique?

Answers

Answer:

DNS round robin work by providing different IP responses from a DNS server request for the same host. When netmask ordering is enable the DNS server will attempt to return a host IP address that is on the same subnet as the querying client.

The round-robin DNS technique was created to reduce the heavy loads brought on by numerous customers connecting to a single server at once. It enables the use of various servers for various clients connected to the same domain.

What is DNS round robin technique?

When using round robin DNS, each server's IP address is distributed before moving to the back of the list; the following server's IP address is then distributed before moving to the end of the list. With regard to the amount of servers being used, this process continues.

Routing method that distributes requests among a list of IP addresses and iterates over them one by one to balance internet traffic for IP addresses.

To lessen the tremendous demands caused on by many users connecting to a single server at once, the round-robin DNS mechanism was developed.

It makes it possible for different clients connected to the same domain to use different servers.

Thus, this is the main purpose of DNS round robin technique.

For more details regarding DNS, visit:

https://brainly.com/question/17163861

#SPJ2

How have computers affected education?​

Answers

Explanation:

Computers have supplied infinite resources for learning and made education more flexible and easy to access. Students can now gain knowledge and information not only from classroom assignments and libraries but also from available online resources.

Computers provide teachers and students the means to communicate quickly via email. Online grading systems also make it easier to view and audit a student's progress. In addition, computers open doors to social media, providing students and teachers tools to interact, collaborate and communicate.

Could some please answer the question in the pictures? Thank you!! I will also give your brainliest if you give me the right answers!!

Answers

Answer:

1

Explanation:

per page must have 1 body

How does a computer virus spread?​

Answers

Some most common methods are phishing emails, USB and removable media

Why do we create user accounts to customize our preferences​

Answers

I feel like we should create our own account for

security purpuoses   it's a good idea for each user to have their own account. Everyone having their own account is better for security reasons. For instance no one can access anyone else's account without their password.

What kind of loop repeats until something else (determined by the program) happens?
iterative number loop
condition-controlled loop
count-controlled loop
forever loop

Answers

Answer:

The Condition-controlled loop

Explanation: Because its called a Condition and it does not stop untill something happens thats why its called "condition".

Answer: It's Condition-controlled loop

Explanation: The meaning of condition-controlled loop is Blocks will keep repeating until a condition is satisfed, Also beacuse I already did the quiz.

How many 60 KB jpeg files can be stored on a 2 MB folder in your hard drive?​

Answers

Answer:

2 MB = 2048 kb

2048 / 60 = 34.1

Explanation:

12zener diode is connected in a series with resistance of 150ohms a load resistance of 1kiloohms is connected across the zener diode the maximum zener current should not exceed 20mA and the minimum zener current is nearly zero .calculate the operating range of the input voltage?

Answers

Answer:

please answer my question by visiting my profile please I want it urgently



does industry-recognized certifications (microsoft office suite) boost your resume and
increase your earning potential?

Answers

Answer:Having Microsoft Office training can make you more productive, confident, and satisfied with your job. ... Productivity is crucial to success in the administrative assisting field, and your employers will thank you for it. 3. Industry-recognized certification will boost your resume and increase your earning potential.

Explanation: i no it

can u please answer this​

Answers

Answer to your question is given in the attachment

PLEASE MARK ME AS BRAINLIEST

I don't know the answer of 2 and 3

Sorry for that :(

What can you anticipate having to "give up or do" in order to attain the "things" you want?

Answers

There are many things to "give up or do" to attain the "things" you want. Some of them include giving up your time and your temporary pleasure.

Let assume you want to be successful in life, with money, family, and a good career; here are the things you can do to attain them:

Getting a good education to at least a degree level.Plan your life according to how you want it. If you want to become a medical doctor, study medicine and surgeryInvest in profitable business.Do both short-term and long-term investments.Save for rainy days.Acquire appreciable properties.Marry someone whose objective aligns with your goals in life, etc.

Hence, in this case, it is concluded that to have what you want in life, it takes a plan, dedication, and willingness to go according to the set-out plan.

Learn more here: https://brainly.com/question/13132465

24. Describe the role of keyboard and mouse in computer? What are the fundamental similarity and differences between them? ​

Answers

Answer: They give input

Explanation: The keyboard and the mouse controll the computer, by giving inputs. Similarity - They both give inputs

Difference - They give inputs in different ways

Other Questions
Me and my mom are confused. Please help!! Temperatures have dipped and tourists hoping to enjoy Florida'sbalmy climes have been coats to keep warm.deliberatingwithholdinghoveringdonning Given h(x)=5x-1h(x)=5x1, find h(1)h(1). 8-10 paragraph book review for Tell me 3 thingsDUE TONIGHT PLEASE HELP Fiona planted tomato plants in her back yard earlier this year. So far, they have produced 55 tomatoes. From past experience, she expects the tomato plants to produce an additional 14 tomatoes each week for the rest of the summer. Which of the following recursive formulas can be used to determine the total number of tomatoes produced by her plants after any given number of weeks in the summer, assuming that her expectations are correct? The line through (-2, 3) with slope 2/3 in point slope form Explain the process of evolution by naturalselection. $5.40 + $8.70 + $6.30 Can anyone help asap please 8 and 10 in independent practice please Find the value of X, rounded to the nearest tenth. A. 31.8B. 31.4C. 10.3D. 10.7 What is an economic function of the U.S. government in the market economy? to keep all the money it receivesto prevent.competition between businesses to purchase companies in other countries to ensure stability in the market Please answer these and find the slope intercept form for each one. Best answer gets brainliest Christopher Columbus made four voyages.First voyage:1492-1493Second voyage:1493-1496Third voyage:1496Four voyage:1502-1504How many total years did Christopher Columbus spend on his four voyage? a democratic government is answerable to the citizens as the citizens ________ Which is true about the way most poems look on the page?A. Each line contains two or three words at most.B. White space appears at the end of each sentence.C. Lines may be broken before they reach the margin.D. Lines are determined by the margins of the page. What is it like to live in a democracy A 2kg book is held against a vertical wall. The coefficient of friction is 0.45. What is the minimum force that must be applied on the book, perpendicular to the wall, to prevent the book from slipping down the wal What is the answerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr Verify in the following whether g(x) is a factor of p(x)(i). g(x) = x-2; p(x) = x-x-x-x-2(ii). g(x) = x+1; p(x) = 2x+x-2x+1