Answer:
true
Explanation:
cause every design have it's own thought process and we also have our choice
Answer:
true
i agree with the person that answerd
what is the full form of BASIC
Answer:
BASIC, in fullBeginner's All-purpose Symbolic Instruction Code, computer programming language developed by John G.
Which of these would be the best way to inform an employee that they are losing their job?
Group of answer choices
group email
face-to-face conversation
instant message
personal email
Answer:
Terminations are a sensitive subject.Even if you have strong reasons for letting an employee go, sitting them down to explain they are out of a job can be an awkward conversation.
Some employers might be tempted to fire an employee using an impersonal method — like a phone call, email, or text — just to avoid that discomfort. But that is a very bad idea. We strongly recommend that employers should only fire staff during a face-to-face termination meeting.
Levi wants to run 5 commands sequentially, but does not want to create a shell script. He knows that each command is going to take approximately 20 minutes to run individually. However, he would like to go to lunch 15 minutes from now. He knows that he can type all of the commands on the same line and separate them with a certain character to run them sequentially.
Required:
Which character can he type after each command to have them run one after the next without requiring further input from him?
Answer:
um
Explanation:
what subject is this again?
A network of computers that provides access to information on the web.
Question 13 options:
Phishing
Internet
Antivirus Application
Modem
Answer:
Internet
Explanation:
what is the similarities between traditional and modernized presentation
Answer:
“Traditional” refers to those societies or elements of societies that are small-scale, are derived from indigenous and often ancient cultural practices. “Modern” refers to those practices that relate to the industrial mode of production or the development of large-scale often colonial societies.
What does
mean in computer science
Answer:
i think the answer is a character or characters that determine the action that is to be performed or considered.
Explanation:
hope this helps
What is the maximum possible value of num after the code has been run?
Answer:
the maximum value from the first line is 20 - 0 = 20
and from the second 20-5 and 20+5 so the maximum is 25
Which steps allow a user to change the column layout in the Handout Master?
Answer:
D. Click the View tab, select Handout Master, and choose the number of columns in the Slides Per Page drop-down list.
Explanation: correctEdg
What is an electrical conductor? Name five electrical conductors
Answer:
Explanation:
silver.
copper.
gold.
Steel
Seawater.
Explanation:
Electrical conductors are those which allows the electrons to flow easily. Examples of five conductors are :-
Gold Silver CopperAluminium Iron.12. Your project specifications call for a business rule that the database design can't
enforce. What tool should you use to enforce this business rule?
A. Trigger
B. Weak entity
C. Exception
D. Lookup entity
A lot of business rules needs to be triggered so as to run.
In making of business rule, one can select triggers to run some specific events or run using some particular specified frequency.
The trigger options differs based on the type of rule you are interested in. One can also use multiple triggers when using a single rule.
Learn more about rules from.
https://brainly.com/question/5707732
goal of any user-friendly game should be to create a good what for the player?
A. user experience (UX)
B. user-interface (UI)
C. user intuition (UIT)
D. user skill (US)
Answer:
A
Explanation:
The goal of user friendly game is to provide UX.
For example a user friendly game will have much different interface than professional CAD program.
Answer:
user friendly.
Explanation:
Q44. Cell A20 displays an orange background when its value is 5. Changing the value to 6 changes the background color to green. What type of formatting is applied to cell A20
The type of formatting that is applied to cell A20 is called conditional formatting.
Conditional formatting in Excel Sheet enables an easier method of highlighting noteworthy cells or ranges of cells, displaying data by employing data bars, color scales, and icon sets that match particular variations in data.
A conditional format modifies the look of cells based on the conditions you set. The cell range will be formatted provided that the conditions are true; if otherwise, it will be false and the cell range will not form.
Learn more about conditional formatting here:
https://brainly.com/question/25051360
You arrive at school on Friday for a field trip ! What a lucky day!You need to figure out what room you are in before leaving. You notice there are rosters on each door . What do you do to find your correct room?
If the roster were sorted alphabetically by last name , would that change how you found your correct room ?
Answer:
Look for the first letter of your last name
Explanation:
PLS HELP ASAP ILL GIVE BRAINLKEST PLS THANKS 20 POINTS
↓ Scroll Down to See Answer ↓
∧-∧ But Read the Explanation to Make Sure ∧-∧
Answer/Explanation:
These algorithms have undergone extensive security analysis and are continually tested to ensure that they provide adequate security. Cryptographic algorithms will usually use cryptographic keys and when these algorithms need to be strengthened, it can often be done by using larger keys.
Encryption uses complex algorithms to scramble data and decrypts the same data using a key provided by the message sender. Encryption ensures that information stays private and confidential, whether it's being stored or in transit. Any unauthorized access to the data will only see a chaotic array of bytes.
The strength of an algorithm, is defined both in terms of it's key size, as well as it's resistance to cryptanalytic attacks. We say an algorithm is broken if there exists an attack better than brute force. So, with AES and a 128-bit key, AES is considered "secure" if there is no attack that less than 2^128 work.
There seems to be an emerging requirement to specify cryptographic strength objectively rather than subjectively with adjectival descriptors such as weak, good or strong. It is expected that U.S. Government (USG) and industry will soon require specific quantitative data to define the point at which a cryptographic technology or product will satisfy user requirements.
Knowing that these 2 Choices Don't really look Right...
Because it our job = Wrong
Because encryption algorithm are always weak = Wrong
So It leads us to these...
To Prevent all Decryption = ?
To protect online Information = ?
But Base on the Information below:
Encryption can help protect data you send, receive, and store, using a device. That can include text messages stored on your smartphone, running logs saved on your fitness watch, and banking information sent through your online account.
Encryption is the process that scrambles readable text so it can only be read by the person who has the secret code, or decryption key. It helps provide data security for sensitive information.
Vast amounts of personal information are managed online and stored in the cloud or on servers with an ongoing connection to the web. It’s nearly impossible to do business of any kind without your personal data ending up in an organization’s networked computer system, which is why it’s important to know how to help keep that data private.
I would say the Answer is To Protect Online Information.
You could Read the Explanation Above If you want to Check.
[RevyBreeze]
WRITE A PROGRAM TO CALCULATE SIMPLE INTEREST
Instructions to do the program:-
The output format of the program should be as shown below:
P = 2000
R = 8
N = 4
Simple Interest = 640
pls help
The simple interset program is a sequential program, and does not require loops and conditions
The simple interset program in Python, where comments are used to explain each line is as follows:
#This gets input for the principal amount
P = int(input("P = "))
#This gets input for the rate
R = int(input("R = "))
#This gets input for the number of years
N = int(input("N = "))
#This calculates the simple interest
I = P * R * T * 0.01
#This prints the simple interest
print("Simple Interest =",I)
Read more about simple interest at:
https://brainly.com/question/2294792
You can use the ____ method to search a string to determine whether it contains a specific sequence of characters.
Answer:
in
Explanation:
Not an explanation, but here's an example:
if "mouth" in "mouthwatering":
print("It is.")
else:
pass
Another example:
if "water" in "mouthwatering":
print("Yes.")
else:
pass
I
What is a Watermark?
what is internet? short ans
Answer:
The Internet is a big network that connects computers all over the world.
Can someone plss help me with this!!
Answer:
Text
Explanation:
There is no text in between the <h1> and </h1> tags.
I hope thats correct.
A professional is someone who uses education and acquired skills to earn money in a career.
Question 10 options:
True
False
[tex]{\huge{\underline{\bf{\pink{Question}}}}}[/tex]
: Given a matrix, we need to count all paths from top left to bottom right of MxN matrix. You can either move down or right.
Answer:
[1,2 ] is the matrix to count all paths from top left to bottom right of M×N matrix.Based on the information given, the correct option will be [1,2 ] is the matrix to count all paths from top left to bottom right of M×N matrix.
A matrix simply means a set of numbers that are laid out on rows and columns. The numbers in matrix can represent either data or mathematical equationsIt should also be noted that matrix can be used as way of providing quick approximation of calculations.In conclusion, the correct option is [1,2 ] is the matrix to count all paths from top left to bottom right of M×N matrix.
Learn more about matrix on:
https://brainly.com/question/1821869
You've just received an email message that indicates a new serious malicious code threat is spreading across the internet. The message contains detailed information about the threat, its source code, and the damage it can inflict. The message states that you can easily detect whether or not you have already been a victim of this threat by the presence of three files in the \Windows\System32 folder. As a countermeasure, the message suggests that you delete these three files from your system to prevent the code from spreading further.
Required:
Based on the email message, what are the next BEST actions to complete?
Answer:
The next BEST actions to complete could either be to call 911 or just drive somewhere further from your computer and where you live because the threat might come to your place, or it might already be in your place.
Explanation:
what is the full form of DDR and GWBASIC?
Answer:
DDR: DDR stands for Double Data Rate.
GWBASIC: The full form of GW-BASIC is Graphics and Windows Beginner‘s All-Purpose Symbolic Instruction Code.
What is DDR? - It is a technique in computing with which a computer bus transfers data at double the rate sending data at rising and falling edges of a clock cycle. This method allows for sending 2 signals per clock cycle.
What is GWBASIC? - GW-BASIC is a dialect of the BASIC programming language developed by Microsoft from IBM BASICA. Functionally identical to BASICA, its BASIC interpreter is a fully self-contained executable and does not need the Cassette BASIC ROM found in the original IBM PC.
algorithm to find the difference between two numbers second number is greater than first
Plzzz solve this problem
Answer:
You should concentrate yourself
Explanation:
1=x
2=y
x<y
hence proved solved thank me later
a program is under development to keep track of a clubs members
Answer:
Keep a chart with you
Explanation:
You could right something along the lines of:
To keep track of the members in the club, I'll(we'll) have them write their names down on a chart so we don't forget. I(we) could also just do a thing where I(we) plan everything out beforehand and I(we) have been keeping track of the members.
You could right something along the lines of:
Since the program is under development, I(we) could tell everyone in the club to put their names on a spreadsheet and I(we) could start developing the program further that way.
outline how the appropriate features that may be used to ensure that the document is free of spelling and grammatically errors.
Answer:
Answer
Since Sophie often makes a lot of
grammatical and spelling errors in her
document, it might be best for her to use
a feature available in Microsoft Word that
would help her better in understanding
what her mistakes are, which is
something that (D) Explain does.
Explain would tell Sophie which part of
her sentence is wrong, or what word
did she mistype, and what better way to
phrase a sentence to avoid fragmented
ones.
what is the full form of Blog
Why would you add learning inside the app? A. To add contextual help for each page in the app B. To contact Salesforce support C. To link to your company’s onboarding resources D. To add resources about working in Salesforce Classic E. A and C
There are different reasons why there was the addition of learning to the app. The reasons why you would you add learning inside the app is that:
To add contextual help for each page in the app.To link to your company’s onboarding resources.Salesforce Learning Paths is known to result in bringing out the power of learning straight into the app.
It can help companies to update their teams as they function or work in Salesforce.
Through the use of the Learning Paths, firms whether big or small and other industry can update or equip their employees with timely, personalized learning in the flow of work.
This can therefore help employees of all experience levels by boasting their skills and in turn increase their productivity.
Learn more about Salesforce from
https://brainly.com/question/7452075
is there actually a difference between left and right twix
! (( i > ( f + 1)) es verdadero o falso segun la logica de programación.
Answer:
yeajadaj
Explanation: