what does computer graphics mean?​

Answers

Answer 1

Answer:

Computer graphics deals with generating images with the aid of computers

Explanation:


Related Questions

The choice of database does not have any impact on the relevancy of search results?

Answers

Answer:

When searching for articles using library databases, the following tips should increase the relevance of your results. Quotation marks around two or more keywords - phrase searching - ensures that the results will include the exact phrase.

Explanation:

The choice of database does impact the relevancy of search results as different databases have varying algorithms and criteria for determining relevance.

The choice of the database can indeed have an impact on the relevancy of search results.

Different databases have varying algorithms and search capabilities, which affect how they index and retrieve information.

Databases might prioritize different criteria for relevance.

Academic databases, for instance, may prioritize scholarly articles based on factors like peer review, citation count, and relevance to a specific field.

This ensures that users searching for academic resources find the most authoritative and credible information.

So, when choosing a database, it's important to consider its specific search algorithms and features to ensure you get the most relevant results for your needs.

To learn more about database visit:

https://brainly.com/question/6447559

#SPJ3

How to creatte a react app without a git hub repository

Answers

Answer:

You needn't be on Github. You just need to have the software, like visual code installed on your computer.

If you've got all these things sorted, then you'll be able to make apps without github.

How do you find binary?

Answers

Answer:

To convert integer to binary, start with the integer in question and divide it by 2 keeping notice of the quotient and the remainder. Continue dividing the quotient by 2 until you get a quotient of zero. Then just write out the remainders in the reverse order.

Explanation:

Network Security Fun. > Quizzes > Practice Exam (for midterm: m.

Practice Exam (for midterm: mods 1-7)

Started: Mar 11 at 2:07pm

Quiz Instructions

nts

Question 21

1 pts

Sean is an information security architect at a financial firm. As his first project, he must design and build an

efficient, sure-shot, yet cost-effective solution to Tetect and prevent bank credit card fraud. How should Sean

proceed?

O Design a solution that is confined to and hardcoded with a specific place and specific time. If the user

males transaction at a different place or time it will be considered an outlier and trigger an alert

Answers

Answer : Sean is an information security architect at a financial firm. As his first project, he must design and build an efficient, sure-shot, yet cost-effective solution to Detect and prevent bank credit card fraud. How should Sean proceed? O Design a solution that is confined to and hardcoded with a specific place and specific time.

Explanation: Sean is an information security architect at a financial firm. As his first project, he must design and build an efficient, sure-shot, yet cost-effective solution to Detect and prevent bank credit card fraud. How should Sean proceed? O Design a solution that is confined to and hardcoded with a specific place and specific time.

Write an assembly program to find the largest item in an array and store it in a variable named MAXIMUM. Hint: Use both Jump and loop instructions to write the program. Logic: Assume that the first item of the array is the minimum and store it in variable MAXIMUM Write a loop. Inside the loop, compare the each array item with the minimum If the array item is less than the MAXIMUM, update MAXIMUM with that array item. . Data Array WORD 10, 2, 23, 45, 21, 11 MAXIMUM WORD

Answers

Use the knowledge of computational language in C++ to write the a code assembly program to find the largest item.

How to write a maximum function in C++?

To make it simpler the code is described as:

#include<bitd/stdc++.h>

Using namespace std;

Int main(){

Int arr[10]={10, 2, 23, 45, 21, 11};

Int min=INT_MAX;

Int max=INT_MIN;

for(int i=0;i<10;i++)

If(min<arr[i])min=arr[i];

for(int j=0;j<10;j++)

if(max>arr[j])max=arr[j];

Cout<<max<<” “<<min<<endl;

return 0;

See more about C++ code at brainly.com/question/19705654

In this problem. we consider the delay introduced by the tcp slow-start phase. consider a client and a web server directly connected by one link of rate r. suppose the client wants to retrieve an object whose size is exactly equal to 15 s, where s is the maximum segment size (mss). denote the round-trip time between client and server as rtt (assumed to be constant). ignoring protocol headers. determine the time to retrieve the object (including tcp connection establishment) when
a. 4 sir> sir + rtt > 2sir
b. sir + rtt> 4 sir
c. sir> rtt.

Answers

The time that is required to retrieve the object (including TCP connection establishment) when [tex]4S/R > S/R > RTT > 2S/R[/tex] is equal to [tex]\frac{14S}{R}+4RTT[/tex]

How to calculate the time needed to receive all objects.

In this scenario, we would denote the round-trip time that exist between the web server and the client with [tex]RTT[/tex] and assume that it is constant.

The time that is required to retrieve the object when [tex]4S/R > S/R > RTT > 2S/R[/tex] would be calculated by adding the round trip of sender and reciever together as follows:

Round trip = RTT + RTT

Next, we would determine the delay in packet transmission:

Note: [tex]\frac{8S}{R}+\frac{4S}{R}=\frac{12S}{R}[/tex]

[tex]Time = (\frac{S}{R} +RTT)+(\frac{S}{R} +RTT)+(\frac{12S}{R}) +RTT+RTT\\\\Time = \frac{14S}{R}+4RTT[/tex]

When [tex]S/R +RTT > 4S/R[/tex], we have:

The time that is required to retrieve the object would be calculated by adding the round trip of sender and reciever together as follows:

[tex]Time = (\frac{S}{R} +RTT)+(\frac{S}{R} +RTT)+(\frac{8S}{R}) +RTT+RTT\\\\Time = \frac{11S}{R}+5RTT[/tex]

The time that is required to retrieve the object when [tex]S/R > RTT[/tex] would be calculated by adding the round trip of sender and reciever together as follows:

[tex]Time = (\frac{S}{R} +RTT)+(\frac{14S}{R}) +RTT\\\\Time = \frac{15S}{R}+3RTT[/tex]

Read more on round trip here: https://brainly.com/question/6884622

Which practice enables recovery of accidental deletions in data records?

Answers

Answer: Data backup

Explanation:

Explanation: Data backup is the practice of keeping files in case of any accidental deletions for restoration

What's better, adventure time or regular show?

Answers

i would have to say regular show

What two tabs does Outlook have that PowerPoint does not? View and Send/Receive Folder and Home Folder and Home Send/Receive and Folder

Answers

What are the ribbon tabs in Microsoft Outlook?

The main Outlook menu has a ribbon tab with default commands. File, Home, Send/Receive, Folder, and View are commands on the main ribbon tab. The Backstage view is where you can see information and options pertaining to the user account and settings.

Answer: view and send/recieve

Explanation:

100 POINTS PLEASE HELP
Create and initialize a 5 x 5 array as shown below.
0 2 0 0 0
0 2 0 0 0
0 2 2 0 0
0 2 0 2 0
0 2 0 0 2

First, write a printArray() function that prints out the array. Use a single parameter in the definition of the function, and pass the array you created above as the parameter. Call the function so it prints the original array.

Then write a flipHorizontal() function that flips the contents of the array horizontally and prints the result. This means that the values in each row should be reversed (look at the second array in the sample run of the program for clarity). Again, this function should pass the original array as the parameter. Within your flipHorizontal() function, call the printArray() function to print the new array that has been horizontally flipped.

Reset the array back to the original 5 x 5 array we started with.

Then write a flipVertical() function that flips the contents of the array vertically and prints the result. This means that the values in each column should be reversed (look at the third array in the sample run of the program for clarity). Again, this function should pass the original array as the parameter. Within your flipVertical() function, call the printArray() function to print the new array that has been vertically flipped.

The sample run below shows how your code should print the original array, followed by the horizontally-flipped array, followed by the vertically-flipped array. Notice that the output below includes blank lines between each of the three arrays - yours should do the same.

Code should be able to do this

0 2 0 0 0
0 2 0 0 0
0 2 2 0 0
0 2 0 2 0
0 2 0 0 2


0 0 0 2 0
0 0 0 2 0
0 0 2 2 0
0 2 0 2 0
2 0 0 2 0


0 2 0 0 2
0 2 0 2 0
0 2 2 0 0
0 2 0 0 0
0 2 0 0 0

Answers

Answer:

hope this helped ,do consider giving brainliest

Explanation:

import numpy as np

#PrintArray Function

def printArray(array):

for i in range(len(array)):

for j in range(len(array[i])):

print(array[i][j], end= " ")

print()

#Flip horizontal function

def flipHorizontal(array):

#reversing the order of arrays

array2 = np.fliplr(array).copy() printArray(array2)

#Flip Vertical function

def flipVertical(array):

#Preserving the order of array and reversing each array.

array3 = np.flipud(array).copy() printArray(array3)

#Main() function def main():

array = [[0,2,0,0,0],[0,2,0,0,0],[0,2,2,0,0],[0,2,0,2,0],[0,2,0,0,2]]

print("The array: \n")

printArray(array)

print("\nFlipped horizontally: \n") flipHorizontal(array)

print("\nFlipped vertically: \n") flipVertical(array)

if __name__=="__main__":

main()Explanation:

Answer:

Answer:

hope this helped ,do consider giving brainliest

Explanation:

import numpy as np

#PrintArray Function

def printArray(array):

for i in range(len(array)):

for j in range(len(array[i])):

print(array[i][j], end= " ")

print()

#Flip horizontal function

def flipHorizontal(array):

#reversing the order of arrays

array2 = np.fliplr(array).copy() printArray(array2)

#Flip Vertical function

def flipVertical(array):

#Preserving the order of array and reversing each array.

array3 = np.flipud(array).copy() printArray(array3)

#Main() function def main():

array = [[0,2,0,0,0],[0,2,0,0,0],[0,2,2,0,0],[0,2,0,2,0],[0,2,0,0,2]]

print("The array: \n")

printArray(array)

print("\nFlipped horizontally: \n") flipHorizontal(array)

print("\nFlipped vertically: \n") flipVertical(array)

if __name__=="__main__":

main()Explanation:

Explanation:

P.W. Singer jokes about how many people are using Wang computers. What point is he making with this joke?

Answers

P.W Singer stated:

"And think about it this way: We don't use Wang computers anymore, or Commodore 64s, kids don't play Atari videogames. Those companies may have been at the forefront of the digital revolution, they're not anymore. Same thing in war. You know the British invent the tank. The Germans figure out how to use the tank better,"

Enjoy

Please have a great day <3

You are configuring NIC Teaming on a Windows Server system using two physical network adapters. You want to aggregate the bandwidth of both network adapters to provide better throughput. Both adapters are connected to the same network switch. You decide to manually identify the links forming the team on both the switch and the server. What option under Additional properties in the NIC teaming window would you select?

Answers

Answer:

Static Teaming

Explanation:

The type of database that would be best to store and organize data with feature and measure attributes is which of the following?
a. object-oriented database.
b. multidimensional database.
c. relational database.
d. all of the above.

Answers

The type of database that would be best to store and organize data with feature and measure attributes is multidimensional database.

What is multidimensional database?

A multidimensional database (MDB) is known to be a type of database that is mandated with the role of optimizing for data warehouse and also for online analytical processing (OLAP) works.

Note that MDBs are mostly used by having them from input that is gotten from existing relational databases and as such, the type of database that would be best to store and organize data with feature and measure attributes is multidimensional database.

Learn more about database from

https://brainly.com/question/26096799

is climate change really caused by human activities introduction​

Answers

Yes, climate change is mainly caused by human activities. While there are other factors, people are by far the leading cause. Factories and vehicles pump harmful gasses into the atmosphere on a daily basis, depleting the ozone layer. The land and ocean are littered with trash and waste. To build homes and stores, more and more forests are cut down that bring homes to other animal and oxygen into the atmosphere.

Does single quote and double quote work same in javascript

Answers

Answer:

yes!

Explanation:

the only difference is that some companies prefer one over the other as a standard

https://stackoverflow.com/questions/242813/when-should-i-use-double-or-single-quotes-in-javascript

but they work the same

You have received an update package for a critical application you are running on a virtual machine. You have been told to install the update package and that you cannot very little downtime. What should you do first?

Answers

The first thing to do install the package without having downtime is; Virtualization.

What is virtualization?

Virtualization is defined as the ability to install and run multiple operating systems simultaneously on a single physical computer virtually.

Now, virtualization has many advantages for server administrators. This is because as an administrator, your job is made easier due to the several tasks you can perform on a virtual machine instead of on a physical machine.

Since there should be no down time, then it is advisable to first carry out virtualization.

Read more about virtualization at; https://brainly.com/question/26462832

If a driver update creates a problem, you can __________________ the driver update if the previous drivers were working.

Answers

Answer:

rollback the driver update if the previous drivers were working

trying to make the baseplate red and turn off can collide then the game waits 5 seconds and turns on can collide, making the baseplate green aswell.
would this script work?

local myBasePlate = game.Workspace.Baseplate

local function makeBasePlateRed()
myBasePlate.CanCollide = false
myBasePlate.BrickColor = BrickColor.Red()
end

makeBasePlateRed()

wait(5)
local function makeBasePlateGreen()
myBasePlate.CanCollide = true
myBasePlate.BrickCOlor = BrickColor.Green()

Answers

Answer:

Explanation:

yes

but dont forget to call makeBasePlateGreen

maybe you would call it at the end of the program?

by the way you have a typo at the end

make the O lowercase

myBlasePlate.BrickColor = BrickColor.Green()

and then add this to the end

makeBasePlateGreen()

so you call the function and actually use it.

Pedestrians have ______.
A. to get out of your way when you’re driving
B. no right to use the Highway Transportation System
C. a right to use the Highway Transport System
D. to be on the sidewalk or crosswalk at all times

Answers

Answer:

c

Explanation:

I think c is correct answer if I answer wrong

Pedestrians have  a right to use the Highway Transport System. Hence, option C is correct.

What is Highway Transport System?

A system of highways used for the movement of cars. Type of transit, means of transportation, or transportation system. A structure that houses the equipment necessary for transporting people or goods.

A transportation system can be defined as the combination of factors and how they interact to produce the need for travel within a given area and the delivery of transportation services to satisfy this need. This concept is inclusive and flexible enough to be applied in various contexts.

For instance, people are transported to airports and ship docks using buses and cars. Transportation systems are a part of the larger technological, social, and environmental systems in our world.

Thus, option C is correct.

For more details about Highway Transport System, click here:

https://brainly.com/question/1071443

#SPJ2

04. Suppose a computer program needs to sort a list of student records in ascending order
according to last name. The program language determines sort order by using the
individual ASCII number representations of the characters in each name.
If the initial list contains the following names. Which of the following lists represents
the name order after executing the sorting procedure?
["Tom Smith","Joe Schnook", "Kathy Bones","Jill Brewer"]
(A) ["Smith Tom", "Schnook Joe","Bones Kathy","Brewer Jill"]
(B) ["Joe Schnook","Tom Smith","Jill Brewer", "Kathy Bones"]
(C) ["Jill Brewer","Joe Schnook", "Kathy Bones", "Tom Smith")
(D) ["Kathy Bones","Jill Brewer","Joe Schnook","Tom Smith"]

Answers

Answer:

D) ["Kathy Bones", "Jill Brewer", "Joe Schnook", "Tom Smith"]

Explanation:

The context of the problem explains a computer program that sorts names in "ascending order" (A to Z) since the ASCII table has capital A start a lower number and it increases from there to capital Z.

Notice how the attached file, which is a portion of the ASCII table, shows that letters after A are also higher in decimal value than the previous letter.

With this in mind, we know that all this program does is sort by last name alphabetical order. From there, just sort the given names using that same criteria, last name alphabetical order, and the correct answer is determined.

Please put "Brainliest" on my answer if it helped you out!

If you want to learn more about this subject, you can search:

- ASCII Table

- Lists in Programming

- Sorting Procedures

The correct list that represents the name order after executing the sorting procedure is (D) ["Kathy Bones", "Jill Brewer", "Joe Schnook"," Tom Smith"]. Therefore, option D is correct.

What is a computer program?

A computer program is a set of instructions that tells a computer what to do to perform a specific task or solve a problem.

Since the program sorts the names in ascending order according to last name, it will consider the last name first and then sort the names alphabetically based on the ASCII value of the characters in each last name.

So, in the initial list, "Bones" comes before "Brewer", which comes before "Schnook", which comes before "Smith". Therefore, after sorting, the correct order of the names would be: "Kathy Bones", "Jill Brewer", "Joe Schnook", and "Tom Smith". Thus, option D is correct.

Learn more about computer programs, here:

https://brainly.com/question/3397678

#SPJ2

Jake owns a garden supply store. his revenue at the end of last month was $12,200. what is Jake's run rate?​

Answers

Based on the information provided, Jake's annual run rate is $146,400.

What is the run rate?

This refers to the general performance of a company based on the profits of a specific period.

How to calculate the run rate?

The general formula for this factor is:

Revenue in a specific period/number of periods in the year

This means:

12,200 x 12 = 146,400

This means in a year it is expected Jake makes a total of $146,400.

Learn more about run rate in: https://brainly.com/question/13869204

Answer:

D: 146,400.

Explanation:

The traditional ROM-BIOS has been replaced with __________. ELAM Boot Secure Boot Unified Extensible Firmware Interface (UEFI) Trusted Machine Platform

Answers

The traditional ROM-BIOS has been replaced with Unified Extensible Firmware Interface (UEFI).

Why the use of traditional BIOS?

This type of BIOS is one that is known to have drive support that is saved in its ROM, which makes updating BIOS firmware a little hard .

The use of a BIOS is known to be a kind of firmware that often gives  one runtime services mainly for operating systems and programs.

Learn more about ROM from

https://brainly.com/question/24688176

what are the two methods of creating a folder​

Answers

Answer:

1. right click empty space, go to New, and click New Folder

2. press Ctrl + Shift + N

Explanation:

Please help me!!!!!!!!!!! I really need help

Answers

The answer is a variable

How to send large video files without losing quality

Answers

Answer:

Explanation:

The videos can be compressed, easily, with a free program called HandBrake

you can get handbrake here: https://handbrake.fr/

Once you compress them using this program, then you can send them through any messaging service as long as the service takes the file under whatever file size rules it has.


Googul Drive works to send the compressed video well.

Which type of software-based attack tracks all of your browser activity and relays it to cybercriminals?.

Answers

Answer: Spyware

Hope that helps!

In a print statement, you can set the __________ argument to a space or empty string to stop the output from advancing to a new line.

Answers

In a print statement, you can set the End argument to a space or empty string to stop the output from advancing to a new line.

What is a Print statement?

A print "statement" is known to be a kind of statement that looks like a call to the make (print) or println process of the System.

Note that In a print statement, you can set the End argument to a space or empty string to stop the output from advancing to a new line so that it can work properly.

Learn more about  print statement from

https://brainly.com/question/25220385

#SJ1

What happens if the accepted distance limitation of a 1000BASE-T Ethernet connection is ignored and frames are sent down a Cat5e cable segment of 300 meters

Answers

If the accepted distance limitation of a 1000BASE-T Ethernet connection is ignored and the frames are sent over a 300 meter Cat5e cable segment, the transmission speed will drop considerably.

What is UTP CAT5e cable?

Cat 5e utp cable models are manufactured for infrastructure applications; they provide the networks that use them with the ability to transfer data securely, without packet loss and without any loss of speed during operations.

What is the difference between the two cables?

Both specify Ethernet communication but 1000BASE-T at 1 Gb/s and both are designed to run on four-pair, 100 ohm impedance twisted-pair cables, up to 100 meters.

From these information, we can conclude that if the accepted distance limitation of a 1000BASE-T Ethernet connection is ignored and the frames are sent over a 300 meter Cat5e cable segment, the transmission speed will drop considerably.

Learn more about  1000BASE-T in brainly.com/question/10053170

45 points!!!!!
One of the options for a software engineer is to work with the testing team of an SDLC project. In your view, state the pros and cons of placing a junior engineer with the testing team. Analyze it from both the company’s and employee’s points of view.

Answers

The pros and cons of placing a junior engineer with the testing team is that:.

The pros is that they get to learn.The cons is that one has to go back and try to explain things step by step which may slow down the project process.

What are the pros and cons of a software engineer?

The pros of a person as a software engineer are the fact that they gett paid well, they are often respected, and they have the freedom to work from home,

The cons or disadvantages is that they often feels stressed, overwork themselves and others.

Learn more about SDLC project from

https://brainly.com/question/26872062

The page that appears when you first open your Internet browser is the _____.


opening page
opening page

launch page
launch page

home page
home page

first page
first page

Answers

Answer:

launch page

Explanation:

You can change your launch page in settings.

Your launch page will be launched as soon as you reopen a browser.

Answer:

Launch page

Explanation:

Other Questions
If a sequence is 0,1,1,2,3,5 what is the 11th number in the sequence? the question is attached 9. All quadrilaterals are parallelogram. A True B. False C. Maybe D. Sometimes cial kind of na lelogram because oml please dont say anything that doesnt help, do any of you know what 1 3/4 + 1/6 + ____= 7 1/2 is and can you tell me how you got it When using a reflective device such as a Mira to bisect angle ABC where should the reflective device be placed?A. Place the reflective device along line segment ABB. Place the reflective device along line segment ACC. Place one end of the reflective device on the vertex B and swing the other end until you can see the reflected line segment BC coincide with line segment ABD. Place one end of the reflective device on the vertex A and swing the other end until you can see the reflected line segment AB coincide with line segment AC 1. 4 A box contains 300 discs of different colours. There are 100 pink discs, 100 blue discs and 100 orange discs. The discs of each colour are numbered from 0 to 99. Five discs are selected at random, one at a time, with replacement. Find(i) the probability that no orange discs are selected. [3](ii) the probability that exactly 2 discs with numbers ending in a 6 are selected. [4](iii) the probability that exactly 2 orange discs with numbers ending in a 6 are selected. [4](iv) the mean and variance of the number of pink discs selected. [8]1. 5 The mean number of defective batteries in packs of 20 is 1. 6. Use a binomial distribution to calculate the probability that a randomly chosen pack of 20 will have more than 2 defective batteries help me with this graphic organizerBRAINILIEST 1.3. 1.3.1. Use 'bear' (line 16) in two (2) sentences to show its different meanings. 2 1.3.2. Identify the parts of speech to which the word belongs in your sentences above. 2 Write the plural of goose.(line 18) 1.4. 1.5. 1 1.5.1. Where do you think the speaker learnt English? 1.5.2. Give a reason to support your answer above. 2 2 1.6. What is the writer's attitude about English? 1.7. Write the following sentence in reported speech The speaker: "Beware of heard a dreadful word." 1.8. Complete the following sentence with a question tag. W N N 3 That looks like beard and sounds like bird, aren't it 2 1.9. Write in passive voice the following sentence I had mastered it when I was five. Which function has the given properties below? the domain is the set of all real numbers. one x-intercept is (startfraction pi over 2 endfraction, 0 endfraction). the maximum value is 3. the y-intercept is (0, 3). y = 3sin(x) y = 3cos(x) y = 3sin(x) y = 3cos(x) When forces are balanced, an object is in ________.A.EquilibriumB. ForceC. Gravity Could someone help me with this? The quadratic function Find the 20th item of the following sequence. -6, -4, -2, 0, ... Does this haiku poem (short) make sense to you? Give me suggestions if u want!In the blooming spring 5 syllables)exudes the floral fragrance (7 syllables)like cherry blossoms (5 syllables) -Catherine ijijwdijwdiwdjwddjd d wdjoiw jdiowdj iowjdi owdjiwodjwiodiwo dwoi djwo diwido wido wdij d What is the value of x in the figure?Enter your answer in the box.x = In order to be allowed to engage in activities to promote and enhance If the patient weighs 55kg, how much cefuroxime will the patient take each day? If anyone has read the book When no one is watching, may someone tell me the theme of the book? I need this for a report since Im unsure what the theme is A jewelry store recently sold 24 bracelets and 28 other pieces of jewelry. Based on past data, how many of the next 65 pieces of jewelry sold should you expect to be bracelets?