Answer:
dominance
Explanation:
i just took it and got it right
what does it mean to clear a setting in a dialog box?
Answer:
to delete it
Explanation:
which device allows you to convert sounds into digital format to be used on the computer
You work for a company that offers their services through the Internet. Therefore, it is critical that your website performs well. As a member of the IT technician staff, you receive a call from a fellow employee who informs you that customers are complaining that they can't access your website. After doing a little research, you have determined that you are a victim of a denial-of-service attack.
As a first responder, which of the following is the next BEST step to perform?
A. Prevent such an incident from occurring again.
B. Investigate how the attack occurred.
C. Contain the problem.
D. Hire a forensic team to gather evidence.
Answer:
First you need to investigate how the attack occurred, because if you don't know the root cause how are you going to prevent it from happening again.
Hope this help please give the brainliest award.
Name any four constituent of the 8085 microprocessor.
Answer:
The timing & control unit, the decoder, serial input/output control and the arithmetic and logic unit.
Some common constituents of the 8085 microprocessor may include an accumulator, arithmetic and logic unit, temporary register, flag register, and address data bus.
What is the configuration state of the 8085 microprocessor?The configurations state of the 8085 microprocessor mainly include some other constituents like data bus-8-bit, address bus-16 bit, program counter-16-bit, stack pointer-16 bit, registers 8-bit, +5V voltage supply, and operates at 3.2 MHz single segment CLK.
According to the context of this question, an accumulator is an 8-bit register used to perform arithmetic, logical, I/O & LOAD/STORE operations. It also mutually supports the arithmetic and logic unit along with some common types of registers.
Therefore, some common constituents of the 8085 microprocessor are well described above.
To learn more about the microprocessor, refer to the link:
https://brainly.com/question/29243062
#SPJ5
Describe the type of gameplay seen during early video games
Answer:
2d?
Explanation:
It could be 2D because most games such as early Mario and Donkey Kong games were 2D games.
Answer: Arcade Machines
The earliest gameplay video games were arcade machines such as Mario, Donkey Kong, and PacMan. Most early video games being produced by Nintendo.
Growing up with dyslexia, Stephanie always struggled in English and Reading. Math was a breeze for her, though. Along the way, there were a few teachers who really worked closely with Stephanie to help her absorb the information she needed, and they showed her how to make learning fun! Stephanie particularly loved studying trigonometry and even her high school teacher is having difficulty keeping up with her. Now that she has been able to figure out how to study, education no longer scares Stephanie. In fact, she finds it a great way to explore and understand the world around her
Explanation:
A lot of people with dyslexia can relate to Stephanie.
what is one disadvantage people face without a checking account?
Answer:
If they have a job that only pays with ckecks they won't be able to have their paycheck.
Explanation:
What is the unique name given to a class called?
Answer:
A class is an extensible program-code template for creating objects.
Source: https://en.wikipedia.org/wiki/Class_(computer_programming)
, Hope this helps:)
Have a great day!!
how do spear phishing attacks differ from standard phishing attacks?
Answer:
Phishing attacks normally target random people on mass amount by sending emails to users. In the other hand the spear phishing only targets 1 person hence the name "spear".
Hope this help please give the brainliest award.
Preset headers and footers cannot have additional information add to the areas.
Group of answer choices
True
False
the answer to the question is true
What refers to the place you drag and drop blocks to create instructions in Scratch?
A.
playground
B.
sprite
C.
editor
D.
environment
Answer:
It is called the editor script area, hence the name is where you create and edit code.
Hope this help please give the brainliest award.
What is word in computer?
Answer:
In computing, a word is the natural unit of data used by a particular processor design. A word is a fixed-sized piece of data handled as a unit by the instruction set or the hardware of the processor.
This the answer you wanted? (brainliest?)
which data type consumes the least storage space?
text
OLE object
yes/no
memo
Answer:
yes/no
Explanation:
Since yes /no has a storage of only 1 bit. Text max. 250 characters, memo 65,535 characters, OLE object 4G.B.
what is the url of the website that would allow you to change your password, adjust quotas, and check a list of known computer problems on campus?
Answer:
Go to your schools website and look for the change password, ETC area I would guess it would be a "Help" tab
Explanation:
You did not explain what Campus your on however you can find this yourself pretty easy.
what is the arrangement of various flash elements, such as the tools panel, control panel, property inspector and stage
Answer:
could have used a browser but ok
Explanation:
The arrangement of various flash elements such as the tools panel control panel property inspector and windows is called the Workspace. Explanation: The workspace in a computer system makes us easy to navigate to different features and control options.
Easy Question I will make you brainless Just answer this 10 question!!
Answer:
B
Sc
B
Sc
B
B
Sc
B
Sc
Sc
Explanation:
Not positive sorry if its not 100% correct
a file extension of .xlsx means that the file contains what?
A .xlsx file tells you that the file is an Excel workbook that utilizes XML files to create the various spreadsheets as well as macros and other hidden codes used to perform certain functions (which is why there's an X at the end; older .xls files had no indication of this external code being present, which is why they're almost never recommended for modern use).
Answer:
Explanation:
A .xlsx file tells you that the file is an Excel workbook that utilizes XML files to create the various spreadsheets as well as macros and other hidden codes used to perform certain functions (which is why there's an X at the end; older .xls files had no indication of this external code being present, which is why they're almost never recommended for modern use).
Language learning programs like Rosetta Stone would not be considered a simulation game because you aren’t really practicing verbal skills, you are just memorizing words.
A.
True
B.
Fale
Answer:
True
Explanation:
how can an attacker execute malware through a script?
Answer:
An attacker can attach a script to a program that you download which then infects your computer.
What language do programmers use to communicate with a computer?
Input code
Linguistic code
Programming code
Virtual code
Answer:
I would say programming code
Explanation:
Since its a system of rules written in a particular programming language
The language that programmers use to communicate with a computer is called "Programming code".
The correct option is C.
Programming code is the language that is used by developers to create software programs, applications, and websites. These languages are based on a set of instructions that tell the computer what to do.
Programming languages can be divided into two categories: low-level and high-level.
Low-level languages are closer to the binary code that computers use to execute instructions.
High-level languages are more abstract and easier for humans to understand and use.
Examples of high-level languages include Python, Java, JavaScript, and C++.
Programmers use programming languages to create algorithms and procedures that the computer can follow to complete tasks. This involves writing code that is syntactically correct and logically sound. Once the code is written, it must be compiled or interpreted by the computer so that it can be executed.
Know more about programming language,
https://brainly.com/question/23959041
#SPJ3
Convert the denary number 44801 into hexadecimal
Numbers can be converted between bases.
The equivalent of 44801 in hexadecimal is: AF01
Denary numbers are simply base 10 numbers, while hexadecimal numbers are base 16 numbers
To convert from base 10 to base 16, we make use of division method (and we keep track of the remainders)
We keep dividing by 16, until we can no longer divide the numbers.
So, we have:
[tex]\mathbf{ 44801 \div 16 = 2800\ R\ 1}[/tex]
[tex]\mathbf{ 2800 \div 16 = 175\ R\ 0}[/tex]
[tex]\mathbf{ 175 \div 16 = 10\ R\ 15}[/tex]
[tex]\mathbf{ 10 \div 16 = 0\ R\ 10}[/tex]
Write out the remainders from bottom to top
(10) (15) 0 1
10 in hexadecimal is A15 in hexadecimal is FSo, the number becomes: AF01
Hence, the equivalent of 44801 in hexadecimal is: AF01
Read more about number conversions at:
https://brainly.com/question/2824068
computer ________ involves identifying, extracting, preserving, and documenting computer evidence.
A pennant-shaped sign means you are in a _____ zone.
Answer:
The pennant-shape is only used as a road sign to signal a no-passing zone. No passing zones are stretches of roadway where drivers are not allowed to move into the adjacent lane to pass a vehicle in front.
When adding new hardware, such as a printer, to a computer you often have to add associated software that allows the printer to work with your computer's operating system. This associated software is called a ________. When adding new hardware, such as a printer, to a computer you often have to add associated software that allows the printer to work with your computer's operating system. This associated software is called a ________.
Answer:
It is called a driver.
Explanation:
Can someone check my answers?
I got 4 for c and 17 for d
Answer:
both are correct
Explanation:
Prereading strategies involve ООО introducing a text. previewing a text. summarizing a text. interpreting a text. ​
Answer:
A.
Explanation:
Mark Brainliest if correct!
Answer: Previewing a text. (C)
Explanation: Just got it right.
you can use view the ______ file to view the hard drive details.
Answer:
/proc/partitions
which of the following is the most reliable storage device:
floppy disk
hard disk
USB
RAM
Answer:
RAM is the most reliable storage device.
Language modeling incorporates rules of __. Select all that apply.
A. story structure
B. grammar
C. dictionary definitions
D. pronunciation patterns
Language modeling incorporates rules of grammar and pronunciation patterns
Language modeling is simply known to use rules of grammar, known pronunciations, and other patternsIt seeks to know the given probability distribution of all linguistic units such as words, sentences. is main work is to predict the next word that is to come in a document.It makes use of grammar principles and the various forms of pronunciation in its task.
Conclusively, we can say that Language modeling incorporates rules of grammar and pronunciation patterns
Learn more from
https://brainly.com/question/6214562
what is the name of the fields in an x.509 digital certificate that are used when the parties negotiate a secure connection?
Certificate attributes are simply known as the name of the Fields in an x.509 digital certificate that are used when parties negotiate a secure connection.
Certificate authority (CA) is simply known as a firm (entity) that has the sole aim for digital certificates.Certificates often uses centralized third parties called certificate authorities such as x.509 certificates. There are several fields in x.509 and these certificates consist of several characteristics that is perculiar to them.From the above, we can say that Certificate attributes are simply known as the name of the Fields in an x.509 digital certificate that are used when parties negotiate a secure connection.
Learn more from
https://brainly.com/question/17956104