Answer:
its true
Step-by-step explanation:
Security code is almost always open source is a false statement. Check more about Security code below.
What is security code?The Security code is known to be the number that is known to be found in the front or back of any credit cards. It is made just for security use.
Conclusively, Security code is almost always open source as one cannot get it except one is told about it. Therefore, it is not an open source.
Learn more about Security code from
https://brainly.com/question/26260220
The AND operator is a disjunction and the OR operator is a conjunction.
True
or
False
Answer:
True but it might be false but i think is true
One tool under What-If-Analysis is Scenarios. Which best describes the purpose of setting up and using scenarios
1. to quickly combine multiple formulas from different cells into just one
2. to instantly compare results when data in numerous cells change to specified values
3. to conduct automatic complex statistical analysis on a range of cells
4. to constrain some cells to certain values so that the wrong data are rejected if entered
Answer:
Option B, to instantly compare results when data in numerous cells change to specified values
Explanation:
Scenario setting with in the What If Analysis is used to compare various scenarios with in the same excel sheet. Scenarios has set of values that are saves and updated automatically as the values with in the cell changes. Also the scenarios can be switched.
Hence, option B is correct
I really need help with this question, I can’t fail this please :) tysm
Answer:
i think its the third one, i hope this helps
Explanation:
What are some good digital habits?
Boolean Operators help filter information when completing a ________ ________
A. web search
B. column making
Which of the following is NOT true about a flow chart?
A. It is usually created by programmers after writing a program
B. It shows programmers different algorithms before creating a program
C. It uses boxes of different shapes which indicate different types of
instructions
D. It helps programmers pay attention to the logic of the solution to the
problem
The not true of flow chart.
A flow chart is an illustration that shows the several steps of the process or the sequence if events and is a tool that can be used to adapt a wide variety and describes the purposes of the processes. Is basically a type of diagram representation of an algorithm.
This shows the answer is created for the programmers after a program.
The flow chart is a guide and describes the methodology of completing the task and the various steps involved to solve the same.Hence option A is correct.Learn more about the flow chart.
brainly.com/question/15712490.
A website is unencrypted. Which tool can be used to stop the website’s traffic and analyze the information on it?
Answer:
Explanation:
Web analytics is the computation, amassing, study and reporting of web data for purposes of accepting and adjust web custom. although, Web analytics is not just a method for measuring web traffic but can be used as a tool for job and market study, and to determine and become better the effectiveness of a website. Web analytics applications can also help companies measure the broadcast advertising attacks. Web analytics support information about the number of users to a website and the number of page views. It helps measure traffic and popularity trends which is useful for market study.
Multiple Select Which conditions make using an array a better choice than a list? Select 3 options. when your list would contain a mixture of numbers and string values when you have a very large quantities of numeric data values when all your data are string when you will do a great deal of arithmetic calculations when efficiency is of great importance
When you have a very large quantities of numeric data values
When you will do a great deal of arithmetic calculations
When efficiency is of great importance
The conditions that make using an array a better choice than a list are:
When you have very large quantities of numeric data valuesWhen you will do a lot of arithmetic calculationsWhen efficiency is of great importanceWhat are arrays?An array is a set of items, images, or numbers arranged in rows and columns. Any set of rows or columns is referred to as an array. Examples of arrays include rows of seats for a recital, rows of cards laid out for the game of Memory, and rows of numbers in an Excel spreadsheet.
It is important to think of an array as a collection of variables of the same type even though it is used to store a collection of data. An array is a group of identically data-typed elements kept in consecutive memory regions.
Therefore, the correct options are B, when you have very large quantities of numeric data values, D, when you will do a lot of arithmetic calculations, and E. When efficiency is of great importance.
To learn more about arrays, refer to the link:
https://brainly.com/question/13107940
#SPJ5
Read the code snippet below and determine which markup language it is:
Sound Card
Creative Labs
Sound Blaster Live
80.00
The code is an example of the (Blank) markup language.
Answer:
Sound Card
Explanation:
Which of these factors needs to be considered when filming in HD?
The screen is a rectangle.
The screen is a square.
There are no pixels involved.
There will be less definition in each shot.
Note that the factors that need to be considered when filming in HD is: "
There are no pixels involved. (Option C)There will be fewer definitions in each shot. (Option D)What is HD Filming?High-definition video is greater in resolution and quality than standard-definition video. While there is no accepted definition of high-definition, it is commonly defined as any video picture with much more than 480 vertical scan lines or 576 vertical lines.
High Definition video is of greater quality than standard definition video (or Standard Definition). The image will be crisper in HD than in SD.
Note that the screen being a rectangle or square does not need to be considered when filming in HD. However, the presence of pixels and potential loss of definition in each shot are factors that should be considered.
Learn more about filming:
https://brainly.com/question/14824318
#SPJ1
True or false: Machine learning lets computers
learn how to do things they weren't
specifically programmed to do.
Answer:
True
Explanation:
which type of hazzard are those substances which threathen you physical safety ?
Answer:
98o
Explanation:
Which is the hanging indent on the ruler?
A
B
C
D
This logo bby im sorry huhu
Answer:
I believe this was for someone else online, Unfortunately that's a little weird to be dating here ya know, Never know if there is someone really old or young you could be dating.
Keira is creating an app for her cross-country team. Users will input their race times and the output will be a graph showing their progress.
Which Python module should Keira use to draw a line on the screen?
Design Graphics
Graphics Module
Math Module
Turtle Graphics
Answer:
Design Graphics
Explanation:
PLEASE ANSWER ASAP!!!
Name the error that can happen as a result of adding binary numbers.
Answer:
Sometimes, when adding two binary numbers we can end up with an extra digit that doesn't fit. This is called an overflow error. This sum is fine as the original numbers have two digits, and the result of the sum also has two digits.
Explanation:
Color codes are stored as:
A) int
B) float
C) dec
D) Strings
Answer:
the correct answer is Strings, have a great evening yall
Explanation:
How do you write a multiplication formula in excel with an absolute refrence?
3.
What is the meaning of *.VBP.
Answer:
The meaning of VBP is Visual Basic Project
Answer:
visual basic projects thankyouu HAHAHAHA
because cute ako
Which of the following is document content that displays at the top of every page?
Choose the answer.
style set
footer
header
title
Answer: Header/Title
Explanation:
which kind of blocks is used to hold values
Answer:
Variable block.
Explanation:
In Computer programming, a variable can be defined as a placeholder or container for holding a piece of information that can be modified or edited.
Basically, variable stores information which is passed from the location of the method call directly to the method that is called by the program.
For example, they can serve as a model for a function; when used as an input, such as for passing a value to a function and when used as an output, such as for retrieving a value from the same function. Therefore, when you create variables in a function, you can can set the values for their parameters.
For instance, to pass a class to a family of classes use the code;
\\parameter Name as Type (Keywords) = value;
\\procedure XorSwap (var a,b :integer) = "myvalue";
Hence, variable block is used to hold values. Also, it can be used to hold strings in variables, which may be displayed through the computer monitor.
who like the videos where is clown is from :)
Answer:
i hate clowns alot especially pennywise lol
Explanation:
HURRY PLEASE ITS A TEST
A military cargo plane is loaded with the maximum weight allowable for the flight. The cargo is heavier than what the pilot usually carries, so the pilot adjusts as follows: Group of answer choices
a. The pilot flies slower to create less thrust and less lift
b. The pilot flies slower to create more thrust and more lift
c. The pilot flies faster to create less thrust and less lift
d. The pilot flies faster to create more thrust and more lift
A.)
It's either A or D both of them stand out and make sense to me so I think that it'll be right if you choose A or D.
-Ɽ3₮Ɽ0 Ⱬ3Ɽ0
A free software license allows users to
Answer:
C. use, alter, and distribute the software as desired.
Explanation:
A software can be defined as a computer program or application that comprises of sets of code for performing specific tasks on the system
A free software license allows users to use, alter, and distribute the software as desired.
How are switches indirectly involved in ARP poisoning?
Answer:
They
are indirectly involved in the attack because they do not verify the the MAC/IP address
association
Explanation:
PLEASE MARK ME AS BRAINLIEST
Which of the following is NOT an acceptable way to create a color?
A) O "cyan"
B) O "#ff2341"
C) blue
D) "RGB (0, 15, 234)"
The option that is not an acceptable way to create a color is blue.
How can I create a color?There are a lot of ways to create some unique color such as the additions of colors together. An example is the addition of purple, orange, and green together.
Note that blue on its own cannot create another color and as such, The option that is not an acceptable way to create a color is blue.
Learn more about color from
https://brainly.com/question/4431200
#SPJ2
bob has 2 candy bars he is fat what hapennes
Answer:
he eats The candy Bar
Explanation:
I think cause As You told he is fat He might like sugary items
Answer:
It is thought that some people are destined to gain weight because they have inherited “fat genes” from their parents. There can be no doubt that people vary in their genetic makeup and some people are inclined, because of genetic reasons, to become tall, or broad-shouldered, or squat, or fat.
Explanation:
it also has to do that your digest system do not digest it fast enough
Jiwoo is a professional photographer. Identify and describe a photography scenario where Jiwoo would need to consider the ethics and aesthetics of photography before proceeding. Clearly examine what ethical and aesthetic consideration she would have based on the scenario that you describe and how these relate to photography as a career or art form in general.
Answer:
Photography ethics are the principles that guide the way we take and share photos. Why is photography ethic so important? If we don't have morality in the way we use photography, we risk Aesthetics Ethics deals with the rights and wrongs and Aesthetics deals with beauty or otherwise. When we correct, manipulate or enhance images, the factors of ethics and aesthetics must always be kept in consideration. Where Does One Draw The Line if you add or remove something there that wasn’t in the scene you have crossed from documentary to fictional art. Exceptions In other cases, the only way to present a truer representation of reality is through a composite rather than with a single exposure.
Explanation:
I hope this helps I little
How do libraries let you write programs at a higher level? Why is testing important when building and sharing libraries?
Answer:
libraries do this so that you dx chae
Explanation:
You have a database with three tables: one each for products, suppliers, and distributors. You need to locate the product ID number for hammers and find out who supplies them. Which database component would perform this task?
A. Form
B. Table
C. Report
D. Query
Answer:
I would say A... But that's just me
Explanation:
Hopefully this helps you :))
Answer:
The answer is C: Query
Explanation: I just did it in Edge 2021. Trust me its right! I hope this helps! :)