Answer:
computer-generated imagery (special visual effects created using computer software).
"fewer real stunts are performed because filmmakers can just use CGI"
Explanation:
Hope this helps
Answer:
computer-generated imagery
Explanation:
That what is used in films too see magic happen
How to include quotation marks in a string javascript.
Explanation:
Try ' " and the beginning and " ' at the end.
Guys, I need these color codes of CSS right now, please help
Answer:
lol Ok ok.
_______________________________________________________
<style type="text/css">
h1{
color: blue;
}
</style>
<h1>Hello</h1>
________________________________________________________
the text should then appear blue, you'd have to do the rest this is just a template.
What are cascading style sheet?
Answer:
It is used to describe the presentation of a document written up in a markup language such as HTML....
Explanation: Hope this helps<3
Which appears at the intersection of a column and row?
Pick one of these please
cell
sheet tab
zoom slider
View button
A key component of the u. S. Government under the constitution is.
Answer:
a legislative, an executive, and a judicial branch
A _________ agreement is an agreement that any information leamed while working on a project will be kept
private
Answer:
non-disclosure
Explanation:
You are given an array of integers a. A new array b is generated by rearranging the elements of a in the following way:b[0] is equal to a[0];b[1] is equal to the last element of a;b[2] is equal to a[1];b[3] is equal to the second-last element of a;b[4] is equal to a[2];b[5] is equal to the third-last element of a;and so on.Your task is to determine whether the new array b is sorted in strictly ascending order or not.
The program is an illustration of arrays or lists
What are arrays?Arrays are variables used to hold multiple values in one identifier name
The program in PythonThe program written in Python, where comments are used to explain each line is as follows
#This defines the function
def checksort(a):
#This calculates the length of array a
n = len(a)
#This initializes an empty array b
b = []
#This sets k to 1
k = 1
#The following loop populates array b
for i in range(n):
if(i%2==0):
b.append(a[int(i/2)])
else:
b.append(a[n - k])
k+=1
#This initializes a boolean variable to False
status = False
#This determines if the array b is sorted or not
if(sorted(b) == b):
status = True
#This returns true or false, depending whether array b is sorted or not
return status
Read more about arrays at:
https://brainly.com/question/15683939
A hardware component that keeps data and information when the device is not powered is called a ____ device.
It should be noted that the hardware component that keeps data and information when the device is not powered is called a storage device.
This device can be permanent or temporary storage device.
What is a storage device?Storage device can be regarded as the device that store data.
There are different storage devices for the computer system, they includes;
Optical Storage Devices.External HDDsRandom Access MemoryFlash memory devices. Floppy Disks.Learn more about storage device at ;
https://brainly.com/question/21283135
A PowerPoint view in which you can edit slide content, consisting of the Slides pane, the Slide pane, and the Notes pane is called _________________.
Question 1 options:
Slide Pane
Notes Pane
Normal View
Slide Master View
Answer:
not very sure if it is right but believe so I think it's normal view
Explanation:
..
A PowerPoint view in which you can edit slide content, consisting of the Slides pane, the Slide pane, and the Notes pane is called Slide Master View. The correct option is D.
What is Slide Master View?A presentation's theme and slide layouts, including the background colour, fonts, effects, placeholder sizes, and positioning, are stored on the top slide, known as the "slide master."
Making a master slide basically involves like Click Slide Master under the View tab. The editing mode in which you'll create your slides the most is Editing View.
Below, the Editing View shows slide thumbnails on the left, the current slide in a sizable window, as well as a Notes pane where the person can enter speaker notes for that slide.
Thus, the correct option is D.
For more details regarding Slide Master View, visit:
https://brainly.com/question/28302994
#SPJ6
Can anyone add some code for me following the directions please :)
Look over the code that starts the Superhero class. You may use this code as a starting point. Come up with two additional attributes and one method to add to the class. Be creative! Some attributes could be a motto, villain, strength, weakness, or alter ego. An action might be saveWorld() or transformHero().
class Superhero:
# Superhero class represents the facts related to a superhero.
def __init__(self, name = "", strengthPts = 0):
# Create a new Superhero with a name and other attributes
self.name = name
self.strengthPts = strengthPts
def addStrengthPts(self, points):
# Adds points to the superhero's strength.
self.strengthPts = self.strengthPts + points
Answer:
soryyyyy
Explanation:
i am so sorry i messed up i am gonna tell you again
How is a user notified of a meeting request? calendar alert meeting notification email meeting pop-up calendar reminder.
Answer:
meeting notification email
Explanation:
trust me it's the right answer
Answer:
B: meeting notification email
Explanation:
How is a user notified of a meeting request?
calendar alert
meeting notification email
meeting pop-up
calendar reminder
Other:
Hope this helps
Have a good day :)
When determining how much money to borrow in loans to pay for your higher education, which of the following items should not be considered?
you will still need after financial aid awarded is an element that should not be taken into account when determining the money we need to borrow to pay for higher education.
What is an educational loan?Educational loans are a type of money loan that some banks and financial institutions have that offer the money loan service to students so that they can pay for their university.
Generally, to apply for one of these loans it is necessary to take into account some aspects such as:
The value of the career you want to study.The years that the course lasts.The indebtedness capacity of your parents (who is going to pay the loan).The interest on the loan.This loan guarantees us access to higher education. However, there are other expenses that this loan does not cover, such as:
TransportationBooksAdditional educational materials.FeedingRentalAccording to the above, when we ask for a loan for our higher education we should not take into account the additional values that we require to study because the loan will only cover the value of the career.
Learn more about loan in: https://brainly.com/question/11794123
____ the most popular word processing applications software
Answer:
Microsoft word.......
How did the public feel towards Martin Luther King, Jr.?
Answer:
Most Americans admire the life and work of Martin Luther King Jr., but their perception of him is smoke and mirrors.
Explanation:
hope this is what youre lookin for
Assignment 6: Animation python
Answer: animation Python itself cannot create animation, it can only create images
Explanation:
it can only create images
I hope this is helpful :)
You hide three worksheets in a workbook and need to unhide them. How can you accomplish this?.
Answer:
1. Right-click the sheet tab you want to hide, or any visible sheet if you want to unhide sheets.
2. On the menu that appears, do one of the following: To hide the sheet, select Hide. To unhide hidden sheets, select them in the Unhide dialog that appears, and then select OK.
Explanation: have a good day!
If a fingerprint or retina scan is required to open a secured door, which kind of physical security has been implemented
Answer:
Biometrics
Explanation:
Use of unique features as a measure of security such as fingerprints
Difference between software developer and software engineer.
Answer:
The core difference between the two jobs is that software developers are the creative force that deals with design and program implementation, while software engineers use the principles of engineering to build computer programs and applications.
Explanation:
Answer: The terms "software developer" and "software engineer" are often used interchangeably, but there are some subtle differences between the two roles.
Explanation: Here are some key differences:
Focus: A software developer typically focuses on the implementation of software code and applications based on design specifications, while a software engineer is involved in the entire software development lifecycle, including design, development, testing, deployment, and maintenance.Education and training: Software engineers usually have a broader education and training than software developers, with a strong foundation in computer science and software engineering principles. Software developers may have more specialized training in specific programming languages, frameworks, or technologies.Job responsibilities: Software engineers often take on more managerial or leadership responsibilities, such as project management, requirements analysis, and team leadership, while software developers typically focus more on writing and testing code.Professional standards: Software engineering is typically governed by professional standards and codes of ethics, which may not apply to software development. This reflects the more rigorous and disciplined approach to software engineering compared to software development.To learn more about software developer; https://brainly.com/question/3188992
Click this link to view O*NET’s Work Activities section for Chefs and Head Cooks.
Note that common activities are listed toward the top, and less common activities are listed toward the bottom.
According to O*NET, what are common work activities performed by Chefs and Head Cooks? Check all that apply.
making decisions and solving problems
repairing electronic equipment
coordinating the work and activities of others
maintaining interpersonal relationships
taking payments from customers
inspecting equipment
Answer:
A, C, D, and F
Explanation:
I just did it
Answer:
1, 2, 3 and 5
Explanation:
Leana was correct
which statements are true about mysql workbench? (choose three)
Answer:
Many things are true about it
Write a program to compute the square root of a number. Do not use any math libraries/methods in this program.
Answer:
private double sqrt(double x) {
double g = x / 2;
while(true) {
double average = (g + x/g) / 2;
if(average == g || average == x/g) break;
g = average;
}
return g;
}
Explanation:
Newton's method is to improve an initial guess "x / 2" by averaging between the guess and x / guess. You continue that until numerically your guess equals x/ guess.
Looking for someone to answer these two questions
Answer: Question 12: Answer is tables
Question 13: Answer is Command + C
Explanation:
The PowerPoint view in which you can edit the slide master is called ______________.
Question 10 options:
Slide Pane
Notes Pane
Normal View
Slide Master View
Answer:
it's slide master view.
The _____________ keyword tells the subprogram what value to return.
The keyword that tells the subprogram what value to return is called; Return
Programming in PythonThere are different types of keywords in python programming for carrying out specific tasks. For example, the keyword "def" is used to create a function.
There are also other keywords used in python programming but the one that is used to tell the subprogram what value to return or send back is called Return.
Read more about Programming in Python at; https://brainly.com/question/26497128
how to create create a database in mysql using clv files
"Sure, the tennis coach thinks I am great now," Cody tells himself. "But when
he gets to know me better, he will see that I do not have what it takes." Cody's
self-talk is an example of
A. growth mindset
B. self-fulfilling prophecy
C. Maslow's hierarchy
D. imposter syndrome
The quoted statement of Cody is a self-talk example of Impostor syndrome.
What is Impostor syndrome?An Impostor syndrome means an internal experience of believing that one is not as competent as others people perceived one to be.
Hence, the quoted self-talk of Cody ""But when he gets to know me better, he will see that I do not have what it takes." is a very good example of Impostor syndrome
Therefore, the Option D is correct.
Read more about Impostor syndrome
brainly.com/question/24452126
Drag the tiles to the correct boxes to complete the pairs.
Match the effects with the result they have.
silky blur
grainy BMW effect
soft focus
zoom effect
blurs an image while maintaining sharp edges
simulates flow of water
shows motion lines around the main object
obtains a darker, textured finish
Done
Answer:
1 : blurs an image while maintaining sharp edges = soft focus
2: simulates flow of water = silky blur
3: shows motion lines around the main object = zoom effect
4: obtains a darker, textured finish = grainy B/W effect
Explanation:
in mysql, what is acceptable syntax for the select keyword? select all that apply.
In MySQL, the acceptable syntax for the SELECT keyword include:
SELECT column1, column2, .....FROM customer_name;SELECT * FROM customer_name;What is MySQL?MySQL can be defined as open-source relational database management system (RDBMS) that was designed and developed by Oracle Corporation in 1995. MySQL was developed based on structured query language (SQL).
The keywords in MySQL.Some of the keywords that are reserved for use in MySQL include the following:
DELETECREATEMASTERSELECTIn database management, the SELECT keyword is typically used for selecting data from a database.
In MySQL, the acceptable syntax for the SELECT keyword include:
SELECT column1, column2, .....FROM customer_name;SELECT * FROM customer_name;Read more on MySQL here: https://brainly.com/question/24443096
When following the steps below in Scratch, which direction will the sprite end up facing?
Down
Left
Right
Up
Answer:
Down
Explanation:
The way that a sprite faces by default is to the right.
After the sequence is executed, the sprite will have moved 200 steps and turned 90 degrees clockwise. 90 degrees clockwise from facing the right direction is down.
1.Open the document in ____________________ where you will create a table.
Answer:
That's Excel.
Explanation: