Source ________ contains instructions written by a programmer specifying the actions to be performed by computer software.

Answers

Answer 1

Source code contains instructions written by a programmer specifying the actions to be performed by computer softwa


Related Questions

The illusion of motion created by the consecutive display of images of static elements

Answers

Answer:

The term illusory motion, also known as motion illusion, is an optical illusion in which a static image appears to be moving due to the cognitive effects of interacting color contrasts, object shapes, and position.

Explanation:

first what all this about is about animation the creation graphic of cartoons and some sci fi fiction

Ingrid works in the information technology department of a big company. Whenever the company hires someone new, she has to set up a new computer for them. In this scenario, Ingrid will easily be able to set up a computer because the information on how to set up the computer is stored in her Group of answer choices procedural memory. episodic memory. semantic memory. flashbulb memory.

Answers

Answer:

procedural memory

Explanation:

Procedural memory is a type of implicit memory (unconscious, long-term memory) which aids the performance of particular types of tasks without conscious awareness of these previous experiences.

You are running the Chrome Web browser and try to open a Web site when you are prompted for login credentials. What TCP/IP model layer is at work that requires you to logon to the Web site

Answers

Considering the situation described above, the TCP/IP model layer that is at work that requires you to log on to the Web site is known as the "Application layer."

The application layer, otherwise known as the abstraction layer, is defined in the Internet Protocol Suite (TCP/IP) and the OSI model.

Also, the application layer determines the shared communications procedures and interface modes utilized by the hosts in a communications network.

Some of the common examples of application layer include the following:

Hypertext Transfer Protocol (HTTP),File Transfer Protocol (FTP),Domain Name System (DNS), etc.

Hence, in this case, it is concluded that the correct answer is "Application layer."

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

A ______________ utility provides an overview of your files and lets you rename, delete, move, and copy files and folders.

Answers

Answer:

File Management Utility

Explanation:

File Management Utility is a computer software that help to browse, search, arrange, find information, and quickly preview the files of the system.

There's a tool designed to collect data. It allows you to specify which counters you want to collect data for by clicking on the plus sign and adding the counters you want. What's the name of this tool

Answers

Answer:

social engineering is a way to collect data

Explanation:

The first step of the Data Encryption Standard (DES) involves breaking the plaintext into blocks of ______.

Answers

Answer:

64 bits

Explanation:

DES uses block encryption

If you use your smartphone as a hotspot to connect to the Internet on your tablet you are using a ________.quillet

Answers

Personal Area Network

If you use your smartphone as a hotspot to connect to the Internet on your tablet you are using a Personal Area Network.

What is meant by personal area network?

An individual's workspace can be connected with electronic devices via a personal area network. Between devices like PCs, smartphones, tablets, and PDAs, a PAN enables data transmission.

A PAN is an interconnection of personal technology devices that allows them to communicate over a small distance (less than 10 meters or 33 feet), often using wireless technologies.

Short-range wireless networks with a range of a few tens of meters are known as personal area networks (PANs). PAN's primary function is to do away with cords that link devices to peripherals. PAN technologies often use radio or infrared for cordless items like keyboards and mice.

To learn more about personal area network refer to:

https://brainly.com/question/14704303

#SPJ2

Explain what each line of code does:

a) const PI = 3.14

b) radius = float(input(“Enter radius: ”))

c) Area = PI * radius * radius

d) print(area)

Answers

Answer:

10 please mark me as brainleast

What it takes to be a Graphic Designer and your interest
Do you plan to pursue or get certified?
150 words

Answers

Answer:

There are a few key steps to starting a career in graphic design: learn the principles of design, enroll in a graphic design course, practice graphic design tools, work on projects, and build your portfolio. … You will also need to master common graphic design tools, such as Photoshop, Illustrator and InDesign.

This portion of the question is up to you not me "Do you plan to pursue or get certified?"

??????????????????? Help

Answers

ms office is a software, that would make the most sense.

Answer:

d) MS Office

Explanation:

Microsoft Office is a program. Think of it this way .... Your operating system is like the engine of your car.

Printers can use ________, which enable the printer to automatically print on both sides of the paper.

Answers

Answer:

Duplex

Explanation:

Changing printer setup to print duplex will enable the printer to automatically print on both sides of the paper.

is the practice of using the internet to provide healthcare without going to a doctor’s office or hospital.

Answers

Answer:

Telemedicine refers to the practice of caring for patients remotely when the provider and patient are not physically present with each other. Modern technology has enabled doctors to consult patients by using HIPAA compliant video-conferencing tools.

Explanation:

Which of the following is a type of equation which returns a value such as TRUE or
FALSE?

A. Argument
B. Expression
C. Nest
D. Control

Answers

Answer:

C

Explanation:

True HOPE THIS HELPS BOY/GURL AH

The type of equation which returns a value such as TRUE or FALSE is logical.

Which formula gives the logical value in the form of true or false?

A logical value is known to be The TRUE and FALSE functions

An example is if you type “=TRUE()” into a cell, it is said to often return the value TRUE and when you type “=FALSE()” it will also return as FALSE.

Learn more about equation  from

https://brainly.com/question/2972832

What are the benefits and drawbacks of open source software versus proprietary software? How should open source applications be approached when thinking about intellectual property and copyright laws, and how does this relate to software licensing agreements and responsible use of software? Your answer should include at least some discussion of security, data, and risks.

Answers

Answer:

Unlike proprietary software, open-source software promotes creative work and gives users full access to the source code. If you want to customize a specific program, you can simply ask a developer to do it (assuming that you have a license, which is required in most cases).

Software whose code is made freely available to others for use, augmentation, and resale is referred to as:

Answers

Answer:

Open Source Software

Explanation:

If an Intel central processing unit (CPU) has two physical processing cores but is able to make the operating system software act as if it using four processing cores, what technology is that processor using

Answers

Answer:

A Quad-core CPU

Explanation:

because it acts as if it uses four processing cores, so it will be using the Quad-core for the Central Prossesing Unit (CPU)

Write a program that prompts the user to input two POSITIVE numbers — a dividend (numerator) and a divisor (denominator). Your program should then divide the numerator by the denominator, and display the quotient followed by the remainder.


Hint: If you use division (/) to calculate the quotient, you will need to use int() to remove the decimals. You can also use integer division (// ), which was introduced in Question 10 of Lesson Practice 2.3.


Once you've calculated the quotient, you will need to use modular division (%) to calculate the remainder. Remember to clearly define the data types for all inputs in your code. You may need to use float( ) , int( ), and str( ) in your solution.


float( ): Anything inputted by a user should be transformed into a float — after all, we are accepting ALL positive numbers, integers and those with decimals.


int( ): When you divide the numerator and the divisor using /, make sure that the result is an integer.


str( ): After using modular division, you can transform the quotient and remainder back into strings to display the result in the print() command.

Answers

Answer:

yes

Explanation:

Memory of your familiar old e-mail password may block the recall of your new password. This illustrates

Answers

Answer:

Retroactive Interference

Explanation:

Memory of your familiar old e-mail password may block the recall of your new password, This illustrates a phenomenon known as proactive interference.

Proactive interference occurs when previously learned information interferes with the recall or retrieval of new information.

The memory of the familiar old e-mail password is interfering with the recall of the new password.

The interference happens because the old password is already deeply ingrained in the individual's memory, and when trying to recall the new password, the old password comes to mind automatically and hinders the retrieval of the correct information.

This interference can lead to forgetting or temporarily blocking the recall of the new password.

To learn more on Proactive interference click:

https://brainly.com/question/30320488

#SPJ6

principles of Responsible Artificial Intelligence (AI)?

Answers

Answer:

Their principles underscore fairness, transparency and explainability, human-centeredness, and privacy and security.

Explanation:

What in a database table is an item of information with some characteristics?

Answers

Answer:

Attributes describe the characteristics or properties of an entity in a database table. An entity in a database table is defined with the ‘fixed’ set of attributes. For example, if we have to define a student entity then we can define it with the set of attributes like roll number, name, course.

Explanation:

CAN I GET BRAINLIEST

true or false? multimedia components such as audio and video do not significantly contribute to increased computer network traffic.

Answers

Answer:

false

Explanation:

are you KIDDING ME? imagine streaming a 4k video through YT.. yeah you know how much storage and bandwidth that takes up? it is VERY BIG. this is false

multimedia components such as audio and video do not significantly contribute to increased computer network traffic. The statement is false.

What is multimedia ?

Multimedia is an user engaging type of  media which offers a variety of effective ways to give information to user and user  can interact with digital information through it.

Multimedia can act a   communication tool, it has many application like Education, training, reference materials, corporate presentations, marketing, and documentary application.

Multimedia use text, audio, video, graphics, and animation to give information in a dynamic way and it is a technological way of presenting information  with textual data like video conferencing, Yahoo Messenger, email, and the Multimedia Messaging Service ( MMS Service (MMS).

For more details regarding multimedia, visit

https://brainly.com/question/9774236

#SPJ2

The secondary storage device that is LEAST portable is a
A. DVD
B. Flash drive
C. Floppy disk
D. Hard disk

Answers

Answer:

B. flash drive

Explanation:

because it is portable

A(n) ___________ allows people at two or more locations to interact via two-way video and audio transmissions simultaneously as well as share documents, data, computer displays, and whiteboards.

Answers

Answer:

A(n) videoconference allows people at two or more locations to interact via two-way video and audio transmissions simultaneously as well as share documents, data, computer displays, and whiteboards.

What is the advantage of learning through story compared to learning through personal experience?

A.
stories are “more real” than personal experience

B.
stories are easier to remember than personal experiences

C.
stories have no rules to follow

D.
you can learn from countless other lifetimes through stories

This is game design

Answers

Answer:

I think the answer would be D

Explanation:

it just seems to make the most sense

Answer:

Is D

Explanation:

Stories open doors which ususally take time to open and to explore in real life, the same thing happens when you use a book to do your homework. You use the book to get information which you don't know. The same is with reading stories, stories can be helpful since they can talk about a characters life mistakes, and experiences that the character has gone throught their life, which usually  might be helpful on real life.

Maya wants to connect three peripheral devices to her laptop , but has only one USB port. What is the best way to connect all the devices?

Answers

Answer:

USB hub.

Explanation:

Shad has been finding himself unable to focus lately. Sometimes, he feels a knot in his stomach accompanied by nausea. As a result, he rarely has an appetite and is eating less than he should. These symptoms coincided with Shad being selected for the lead role in the school play, which now adds a new responsibility to an already challenging academic schedule and part-time job. What might be an effective strategy for Shad to manage this stress? Add daily workouts to his schedule, at least 20 minutes each, to increase his energy and reboot his focus on his own health. Assess the amount of time needed to fulfill all his responsibilities and create a schedule to prioritize and organize commitments. Change his options for meals and select more appealing "comfort" foods that will make him enjoy eating again and increase his appetite. Quit the school play so that he can return to a schedule that is more manageable and will cause him less stress and anxiety.

Answers

Answer: change the food he eats to a comfort food so that he eats more

Answer:

The answer to this question is **Assess the amount of time needed to fulfill all his responsibilities and create a schedule to prioritize and organize commitments.

Explanation:

This answer makes sense because Shad wanted the the lead role, so he just needs to organize his other responsibilities and create a schedule that works without being stressed. Time management.

During the maintenance phase of the systems development life cycle (SDLC), hardware and software components have been _____.

Answers

Answer:

developed and tested.

Explanation:

From a data modeling point of view, _____ data refer to data whose values change over time and for which one must keep a history of the data changes.

Answers

Answer:

From a data modeling point of view, time-variant data refer to data whose values change over time and for which one must keep a history of the data changes.

When worksheets are grouped together you can change and create consistent _______ in all of the worksheets.

Answers

When worksheets are grouped together, it's possible for the user to change and create consistent formatting in the worksheets.

It should be noted that if an individual group a set of worksheets, then any changes that is made in the worksheet will have an impact on the other worksheet.

Therefore, when worksheets are grouped together, it's possible for the user to change and create consistent formatting in the worksheets. For example, if an individual wants to create a standard table, grouping them can help save the user a lot of time.

Read related link on:

https://brainly.com/question/25612069

If you are going to build a custom fast PC for gaming and you need a lot of storage for big video files and videos, but you have a low budget, what storage device(s) option you are going to consider? Why?

Answers

Answer:

Cheap and efficient PC's for two drives

Explanation:

Buying a expensive PC usually runs slower

Other Questions
Reescribe cada oracin utilizando los signos de puntuacin necesarios. Recuerda escribir letra mayscula donde corresponda. algn da visitar los jardines colgantes de babilonia es una promesa que cumplir Mary has saved 17.50 in the past 3 weeks. How much has she saved in one week? I just need the properties in order help plz the container that holds the water for the football team is 1/3 full. after pouring in 13 gallons of water, it is 5/6 full. how many gallons can the container hold? solve the proportion (someone pls help) The coordinates of the end points of TU are T(2,4) and U(11,13) Which college or university is named after a former united states supreme court justice? Find the value that makes the equation below true:6r+7 = 13+7r Heeeeelllllllppppppp (compound microscope) 1. Put a table lamp in front of the?2. Put a low-power (, e.g., x5) ________intothe microscope.3. Rotate a low-power (e.g., x4)______________into position.4. Look through the eyepiece. Adjust the __________________ until you see a bright circle of light.5. Place a slide on the _________, and fix it with the __________. The ___________ on the slide should be right above the hole of the stage.6. Look at the microscope from the side. Turn the ______carefully to lower the objective until it is very close to the ________.7. Look through the eyepiece. Turn the coarseadjustment knob to raise the objective slowly untilyou can see an __________ of the specimen.7. Turn the ________ to get a sharper image. The image is now in focus.Choices: microscope, eyepiece, objective, coarse adjustment knob, slide, specimen,mirror, stage, clips, fine adjustment knob, image I forgot , Do you think it is helpful or harmful to a political party if the president is popular? Which of the following statements BEST describes The Boston Massacre? *A. 12 British officers purposely and viciously massacred 200-300 innocent colonists.B. Angry colonists open fired on British Redcoats and started a riot.C. The king ordered his soldiers to stop an angry mob on King Street.D. Angry colonists provoked a group of Redcoats, resulting in 5 deaths. Hi!If someone say '#toxictrait' what does it mean?Is that person calling me toxic? what is the awnser to B find the sum of all the odd numbers between 51 and 99 inclusive desarrollos que se dieron durante el oCmo crees que ser el da que estaremos frente a Jess adorndolelimpo radical Why would individuals want to settle in NewJersey? (X-7)squared Expand and simplify What pressure would a gas mixture in a 10. 0l. please help with this