what is a computer program
A computer program is a collection of instructions that can be executed by a computer to perform a specific task. A computer program is usually written by a computer programmer in a programming language.
What is it called when you want to see database records in a certain order?
Which features can Danica use to fix the issue
Answer:
Hope you uderstand this answer
How do you respect a person's gender identity? *
You call them exactly what they choose to be identified by it doesn't matter what gender they were born as if they want to be something else that is their choice and they may do as they like.
During user tests for a new app, the users couldn't figure out which buttons to push, even though the design team thought it was obvious. What's the BEST way for the design team to deal with this problem?
Answer:
add text that describes what the buttons do.
Explanation:
Which is true regarding pseudocode?
O It uses simple words and symbols to communicate the design of a program.
O It compiles and executes code.
O It expresses only complex processes.
O It gives a graphical representation of a set of instructions to solve a problem.
Answer:
The answer is A it uses simple words and symbols to communicate the design of a program.
Explanation:
Science Stuff
The true regarding pseudocode is it uses simple words and symbols to communicate the design of a program. The correct option is a.
What is pseudocode?Pseudocode is a simple language description of an algorithm or other system's processes used in computer science. Although pseudocode frequently employs standard programming language structure rules, it is written for humans rather than automated comprehension.
In the field of computer science, a pseudocode is a linguistic description of an algorithm's steps. They consist of text-based components and are simple. Informally expressing concepts and techniques during the development process is known as pseudocoding.
Therefore, the correct option is a, It uses simple words and symbols to communicate the design of a program.
To learn more about pseudocode, refer to the link:
https://brainly.com/question/17442954
#SPJ6
Hi, I just have a few questions from my digital tech assignment.
1. ___ domain indicates that the computer or DNS name does not exist.
2. Why are users able to log on to any computer in a domain?
A. because they do not need an account for each computer
B. because all computers act as workstations and servers
C. because they can reconfigure or update hardware without turning off the system
D. because networks use names to make accessing nodes easier
3. Describe, step by step, how to create an account for a computer on the domain controller.
Answer:
b
Explanation:
i took the test my self
Answer:
for number one you put system in the blank
Explanation:
what makes the young love tec
On their computers or mobiles. There essential communication and ind info tools.
Answer:
because it distracts them from realitiy plus its entertaining
Explanation:
Which of the following is a tool HR managers can use to improve commincations between workers of different generations in the same workplace? A)recruitment pools B)l-9 forms C) mentoring programs D)work/life balance
Answer:
Mentor Programs
Explanation:
This is because it is talking about different ages which is a mentor type thing
Answer: mentoring programs
Explanation:
A p e x
Question #1
Multiple Select
Before you write a computer program, what can you use for planning? Select 2 options.
O pseudochart
O pseudocode
flowplan
flowcode
flowchart
Answer:
Pseudocode and flowchart.
Explanation:
I just got it correct.
a cpu handless all the instruction that it recieces from hard ware and software which are available on the computer true or false
Answer:
True
Explanation:
The CPU controls the computer like a brain controls a body. And yes it takes instruction from hardware and software and runs it.
What is the main purpose of broadcasting via satellite? A. To enable signal reception at night B. To convert analog signals to digital signals C. To enable signal reception over a wider area D. To strengthen and improve the quality of the signal
Answer:
The answer is "Option C".
Explanation:
Satellite transmission is a content distribution program, that utilizes digital signals to transmit from satellites that receive parabolic antennas widely known as satellite dishes. It's a low noise block generator for transmitted to cooling. It also allows the user it accepts single in a wide area, and the wrong choice can be defined as follows:
In choice a, It allows the uses to receive a signal at all times, that's why it is wrong. In choice b, It provides digital signals, that's why it is wrong. In choice d, It is wrong because it always provides quality signals.
Hi everyone! I was wondering if any of you want to help me with a computer science problem I have for one of my classes. I do not understand how to do it which is why I ask.
Here is the problem: Write an algorithm for placing a set of pencils in order from largest to smallest (left to right).
I learned other sorting algorithms but I don't quite understand how to implement them into my own algorithm.
Thanks.
Answer:
Use bubble sorting
Here is an example program I made:
for(int i = 0; i < length; i++){
for(int j = 0; j < length; j++){
if(j != length - 1){
if(input[j] > input[j + 1]){
storeVar = input[j];
input[j] = input[j+1]; //storeVar2;
input[j+1] = storeVar;
}
}
}
How do I persuade my parents to allow me to have social media? I will be 15 in a week or so, so I am old enough. I'm pulling my grades up, I help around the house, I am in honors classes, I help my siblings out with school, I help make dinner, I just help a lot. What should I do?
Answer:
my explanation is above my comment :)
Explanation:
Which statement most accurately differentiates between engineers and scientists? Engineers are in constant search of more knowledge and research; scientists are always driven to solve problems using technical innovations. Engineers explore theoretical solutions; scientists apply practical knowledge to all situations. Engineers explore basic human needs; scientists do not need to know about basic human needs. Engineers engage in real-world scenarios; scientists work with abstract or theoretical knowledge to solve problems.
Answer: Engineers engage in real-world scenarios; scientists work with abstract or theoretical knowledge to solve problems.
Explanation:
Answer:
c
Explanation:
24. A key on a keyboard of a computer
has two symbols on it, top and down.
Which of the following procedures will be
appropriate to use to get the top key?
A. Hold down the Shift key and
press the identified
B. Hold down the Alt key and
press the identified key
C. Hold down the Ctrl key and
press the identified key
D. Hold down the Del key and
press the identified key
Answer:
Its A
Explanation:
.................
Mrs. Patel uses a computer program to balance her checkbook. Which of the following best explains how the
computer algorithm helps Mrs. Patel?
It gives judgments about how Mrs. Patel spends her money.
It makes Mrs. Patel modern.
It reduces errors.
It shows how to write checks.
Answer:
c it reduces errors
Explanation:
Instead of Mrs.Patel doing it she has an online program made for checks to do it for her.
Answer:
c
Explanation:
How to sync songs from desktop to mobile device spotify.
Answer:
The answer is below
Explanation:
In order to sync songs from desktop to mobile device Spotify. This following must be followed:
1. From the Spotify PC app, add Local Files in toe synchronized ed to a phone list.
2. Ensure to log into Spotify on mobile phone on the same WiFi network as PC.
3. Click on the menu button
4. Click on Music.
5. Click on Playlists and access folder with local music files
6. Click on the Available Offline switch at the top.
7. A green arrow is shown to depict successful synchronization.
Which of the following are characteristics of the Boolean data type? Check all that apply
It holds infinite values.
It uses operators such as AND, OR, and NOT
It holds a TRUE or FALSE value.
It is named after a nineteenth-century mathematician and logician
Help I’m timed !!
Answer:
It uses operators such as AND, OR, and NOT.
It holds a TRUE or FALSE value.
It is named after a nineteenth-century mathematician and logician
Explanation: Just did it on edg
Answer:
It uses operators such as AND, OR, and NOT.
It holds a TRUE or FALSE value.
It is named after a nineteenth-century mathematician and logician
Explanation:
Got it correct on edge
what is the term for sending emails that imitate legitimate companies?
Answer:
phishing,,,, it imitates the company email so that when you get on the mail it can collect all your data and then can begin to hack using your information such as password
Phishing refers to the malicious attack method by attackers who imitate legitimate companies in sending emails in order to entice people to share their passwords, credit card or other sensitive personal information. ... If you do surrender such information, the attacker will immediately capture your personal information.
Name a website or app that collects user data. How is the data used to help solve a problem, either for the website creators or the users?
Answer:
Explanation:
Google collects user data to personolize your experiance online.
the font size sets the size of text
Answer:
Yup thats correct
Explanation:
What is one way in which media provides entertainment?
A. With stock options
B. With information
C. With career networks
D. With videos and games
(I will give brainlist!!!!!)
The process of images displayed on the screen that enables the user to interact with the computer is called what?
Time-sharing
Networking
Graphical user interface
Program execution
Write the name of the tab, the command group, and the icon that you need to use to justify
text in a Word document.
Tab:
Command group:
Icon:
Answer:
Tab: Home Tab
Command Group: Paragraph
Icon: Justify Icon
The icon has no name; rather it is represented by 4 horizontal lines that are aligned on both edges
Explanation:
To answer this question, I'll make use of the following attachment
Where
1- represents the home tab
2 - represents the paragraph
3 - represents the justify icon
Answer:
Tab: Home Tab
Command Group: Paragraph
Icon: Justify Icon
Explanation:
What is one thing the ADDIE model does NOT account for?
O An investigation of the problem and audience
O The need for end users to receive training in the use of the product
O The existence of various types of media that could be used to deliver the content
O New discoveries and needs that come up in the process of the design step
Answer:
O An investigation of the problem and audience
Explanation:
ADDIE stands for Analysis, Design, Development, Implementation, and Evaluation which is defined as an instructional systems design framework that helps to develop training courses.
The main idea behind the development of ADDIE was to provide a good learning experience through structured training methods. But there was a limitation of ADDIE that is, it is not able to recognise or investigate the problems and unable to solve the issues.
Hence, the correct option is "An investigation of the problem and audience".
Answer:
It should be the last option
Explanation:
Ethernet network. Your job is to decode it and answer the below questions.
SEARCH: Hex to ASCII converter
Copy the code below and paste into the Hex Code section.
Copy the converted code and paste underneath where it says <Insert>
d4 a9 28 06 f0 43 50 7b 9d e4 db e1 08 00 45 00
03 2f 4b 9d 40 00 80 06 62 cc c0 a8 01 bb 83 f7
03 05 de 92 00 50 62 72 96 9e c8 61 7b 5f 50 18
01 00 c9 cf 00 00 47 45 54 20 2f 7e 6b 63 68 72
69 73 74 65 2f 63 68 72 69 73 74 65 6e 2e 68 74
6d 6c 20 48 54 54 50 2f 31 2e 31 0d 0a 48 6f 73
74 3a 20 77 77 77 2e 63 73 65 65 2e 75 73 66 2e
65 64 75 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a
20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 43 61 63
68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 6d 61 78 2d
61 67 65 3d 30 0d 0a 55 70 67 72 61 64 65 2d 49
6e 73 65 63 75 72 65 2d 52 65 71 75 65 73 74 73
3a 20 31 0d 0a 55 73 65 72 2d 41 67 65 6e 74 3a
20 4d 6f 7a 69 6c 6c 61 2f 35 2e 30 20 28 57 69
6e 64 6f 77 73 20 4e 54 20 31 30 2e 30 3b 20 57
69 6e 36 34 3b 20 78 36 34 29 20 41 70 70 6c 65
57 65 62 4b 69 74 2f 35 33 37 2e 33 36 20 28 4b
48 54 4d 4c 2c 20 6c 69 6b 65 20 47 65 63 6b 6f
29 20 43 68 72 6f 6d 65 2f 36 38 2e 30 2e 33 34
34 30 2e 31 30 36 20 53 61 66 61 72 69 2f 35 33
37 2e 33 36 0d 0a 41 63 63 65 70 74 3a 20 74 65
78 74 2f 68 74 6d 6c 2c 61 70 70 6c 69 63 61 74
69 6f 6e 2f 78 68 74 6d 6c 2b 78 6d 6c 2c 61 70
70 6c 69 63 61 74 69 6f 6e 2f 78 6d 6c 3b 71 3d
30 2e 39 2c 69 6d 61 67 65 2f 77 65 62 70 2c 69
6d 61 67 65 2f 61 70 6e 67 2c 2a 2f 2a 3b 71 3d
30 2e 38 0d 0a 41 63 63 65 70 74 2d 45 6e 63 6f
64 69 6e 67 3a 20 67 7a 69 70 2c 20 64 65 66 6c
61 74 65 0d 0a 41 63 63 65 70 74 2d 4c 61 6e 67
75 61 67 65 3a 20 65 6e 2d 55 53 2c 65 6e 3b 71
3d 30 2e 39 0d 0a 43 6f 6f 6b 69 65 3a 20 5f 5f
75 74 6d 61 3d 31 31 38 36 31 39 32 37 37 2e 31
37 34 32 37 37 36 38 33 30 2e 31 35 33 34 36 34
34 39 36 33 2e 31 35 33 34 36 34 34 39 36 33 2e
31 35 33 34 36 38 38 34 35 35 2e 32 3b 20 5f 5f
75 74 6d 7a 3d 31 31 38 36 31 39 32 37 37 2e 31
35 33 34 36 38 38 34 35 35 2e 32 2e 32 2e 75 74
6d 63 73 72 3d 63 73 65 65 2e 75 73 66 2e 65 64
75 7c 75 74 6d 63 63 6e 3d 28 72 65 66 65 72 72
61 6c 29 7c 75 74 6d 63 6d 64 3d 72 65 66 65 72
72 61 6c 7c 75 74 6d 63 63 74 3d 2f 7e 6b 63 68
72 69 73 74 65 2f 63 68 72 69 73 74 65 6e 2e 68
74 6d 6c 3b 20 5f 5f 75 74 6d 74 3d 31 3b 20 5f
5f 75 74 6d 74 5f 61 63 63 6f 75 6e 74 32 3d 31
3b 20 5f 5f 75 74 6d 62 3d 31 31 38 36 31 39 32
37 37 2e 34 2e 31 30 2e 31 35 33 34 36 38 38 34
35 35 0d 0a 49 66 2d 4e 6f 6e 65 2d 4d 61 74 63
68 3a 20 22 31 37 61 39 2d 35 37 33 35 34 61 35
33 39 30 31 33 65 22 0d 0a 49 66 2d 4d 6f 64 69
66 69 65 64 2d 53 69 6e 63 65 3a 20 4d 6f 6e 2c
20 31 33 20 41 75 67 20 32 30 31 38 20 31 37 3a
34 34 3a 32 39 20 47 4d 54 0d 0a 0d 0a
<INSERT>
a) What is the Ethernet destination and source address (in hex)?
b) Identify the vendor of the equipment of the source?
c) What is the protocol type (in the Ethernet header)?
d) What version of IP is this?
e) What are the IP destination and source addresses (give in proper dotted decimal notation)?
f) Identify if the transport protocol is TCP or UDP.
g) What are the transport protocol destination and source port numbers (in decimal)?
h) What is the application protocol (be sure to give the version number)?
i) What is the function being performed at the application layer (that is, what is the purpose of
this packet)?
j) What are the checksum values for all protocols that have a checksum in this packet? Note
that a CRC is not a checksum.
ang gulo po pede po ba pa picture thank you po.
what is similar software engineering, Hardware engineer, Network Architect, and Web developer?
I Am Pretty Sure The Answer Is - "B"
Hope This Help's
Different between minicomputer and microcomputer
Answer:
Microcomputers usually refer to laptop or desktop PCs that you use in a typical household, whereas minicomputers, which were primarily used from 1960 to 1980, are generally larger, but have limited functionality and slower processors.
What is network topology
Network topology is the arrangement of the elements of a communication network. Network topology can be used to define or describe the arrangement of various types of telecommunication networks, including command and control radio networks, industrial fieldbusses and computer networks.
I hope it helps!
Answer:
By definition "Network topology is the arrangement of the elements of a communication network. Network topology can be used to define or describe the arrangement of various types of telecommunication networks, including command and control radio networks, industrial fieldbusses and computer networks."
There are multiple types of network topology that all have different purposes, but they all fall under the same general thing as mentioned above. If you're doing a course about this you'll learn much more in detail about it.. It's way too much to describe here on Brainly so feel free to do some research of your own as well!
Hope this helps and have a nice day!