Answer:
Option C, Recording
Explanation:
In music mixing different tracks are optimized and mixed into a mono track. It does not involve recording and hence option B is incorrect
Synchronization is a process of using music after taking permission into visuals and pictures. Thus, option A is also incorrect
Editing is simply music editing, no recording hence option D is also incorrect.
Thus, option C is correct
Answer:
synchronization
Explanation:
Synchronization refers to two basic techniques. The first technique is bringing the sound and picture in the same phase and making them move in coordination. The second technique is the practice of recording dialogues and sound effects separately in studios. You can record sound separately if you do not achieve the appropriate quality on the set. Even if you don’t need these studio recordings, synchronization is necessary to match picture and sound.
Why do we need to get the minimum and maximum resistance value of resistors?
How many slides would be in a PowerPoint presentation based on the formatting of the Word outline?
A. two
B. Three
C. Eight
D. Eleven
Answer:
A. two
Explanation:
can i have brainliest please
Answer:
Explanation:
It depends on how the presentation is organized. If there is one slide for each major section, then the answer is B. Three as there are 3 sections.
But if each outline has its own slide, then there will be D. Eleven slides.
You are an intern at Lucerne Publishing.
The company needs to use multiple versions of Microsoft Once on each machine in the editing department.
Which virtualization strategy should the company use?
Answer:
jvgbicgbvhkvfvuncj gjvfjvfk fj
what is the hardest codes to input
first to answer get brainlyiest
Answer:
computers
Explanation:
The history of the Internet dates back to the 1960s, when a group of scientists at Stanford University were entrusted to design which of the following as part of the competition between the US and its then Cold War enemy, the USSR?
a main frame to siphon information
a super computer for the US government
a network of sophisticated computers
a computer to control weapons
Answer:
a network of sophisticated computers
Explanation:
This is an easy and simple read if you want to as well
https://cs.stanford.edu/people/eroberts/courses/soco/projects/2001-02/distributed-computing/html/history.html
"Cookies cannot reliably identify individual users." Which of the following is the reason for the statement shown above? Group of answer choices Cookies assigned by Web servers are prone to duplication. The US government has banned the use of cookies for user identification. The explosion in Internet-enabled mobile devices has resulted in an acute shortage of IP addresses. Internet service providers assign arbitrary IP addresses to devices accessing the Internet from the same network. Individual users use different browsers on the same computer to surf the Web.
Answer: Individual users use different browsers on the same computer to surf the Web.
Explanation:
Cookies are referred to as the text files that contains small pieces of data such as username and password which can be used in the identification of the computer of the user when the user uses a particular network.
The main reason why cookies cannot reliably identify individual users is due to the fact that individual users use different browsers on the same computer to surf the Web.
Mateo wants the words “It’s snowing!” to appear in the interpreter and typed print (It's snowing). This didn’t work. What needs to be added to the code?
quotation marks
a backslash
a period
a functional code
Answer:
print("It's snowing")
Explanation:
since it a string you need put quotation marks the code does not understand just (It's snowing) because it thinks it variable which it is not
A website asks the user to enter his or her date of birth with the month first and then the day of the month. Describe what you could do to prevent problems with the code if a user enters the information in the wrong order by placing the day of the month before the month.
Answer:
Oh this is quite the good question, you could perhaps add a select or multiple choice box instead, or you could add boxes in the order that you want them to input.
Tell the story, step by step, of how your computer finds the CodeHS server,
Answer:
huh .......................................
Explanation:
Michael needs to ensure that those items that are automatically archived are still easily accessible within Outlook. Which option should he configure?
Delete expired items
Prompt before AutoArchive runs
Clean out items older than
Show archive folder in folder list
Answer:
D. Show archive folder in folder list
Explanation:
Other dude is wrong
Answer:
Show archive folder in folder list
Explanation:
The three options:
Delete expired items
Prompt before AutoArchive runs
Clean out items older than
do not make archive easily accessible.
That leave the only and correct answer to be Show archive folder in folder list.
Explain benefits and disadvantages of using BNC over F-Type connectors on coaxial cables
Answer:
The benefits and disadvantages of using BNC over F-Type connectors on coaxial cables are;
The benefits of the BNC includes;
1) Easy connect and disconnect for a more rapid connection unlike the F-Type connector which is a screw connector
2) Reduction on stress on the termination of the coaxial cable
3) Appropriate in systems that see frequent reconfiguration unlike te F-Type connector that is permanently attached
4) Prevent unwanted disconnection ensuring image consistency by locking into place
5) Can extend to 300 ft.
The disadvantages of the BNC connectors are;
1) A separate power supply for the cable is required
2) Is used only for video transmission
3) Cannot be used for audio
4) The center wire is not easily visible like those of the F-Type connector which serves as a pin
5) The BNC connector is not watertight like the F-Type connectors
6) There are no provision for properly and securely attaching the cable to the camera for field work such that it can be easily disconnected while in use unlike the F-Type connectors
7) It is not as easy to manufacture like the F-Type connector and it is more expensive
8) The installation of the BNC connector on a coaxial cable is more intricate and the center cable is hidden from view after the BNC is attached thereby making it not possible to see if there is an error in installation which is unlike the F-type connector that takes less than 30 seconds to be attached to a cable
9) The F-Type connector provides more cost savings during installation than the BNC connector
Explanation:
The BNC connector is a type of bayonet connector used more frequently on CCTV systems. The benefits of the BNC includes;
The F-Type connectors are usable on SATV, CATV, and Digital TV where they are used together with RG6 or RG11 cables
What is the main difference between cell phone and mobile phone?
Answer:
A Cell Phone is, therefore, a mobile phone that works utilizing radio cells, which is an area of radio coverage. Cell phones can typically be used while moving from one cell to another without losing coverage or dropping the connection. Satellite phones are not cell phones, although they are mobile phones.
Explanation:
Cell phones are less sophisticated than mobile phones because they are older and more primitive.
Explain the principle of a Kimball as a data input device
Answer:
k
Explanation:
bc i need points
Answer:
p=35
Explanation:
hoped this helped
Need the answer rn!!!!
Answer:
what language is this? english or no
Explanation:
PLEASE HELP!!!
I was trying to create a superhero class code, but i ran into this error
File "main.py", line 3
def_init(self, name = "", strengthpts = 0, alterego = "", villain "", powers = "", motto = ""):
IndentationError: expected an indented block
Here is my actual code:
class superhero:
def_init(self, name = "", strengthpts = 0, alterego = "", villain "", powers = "", motto = ""):
# Create a new Superhero with a name and other attributes
self.name = name
self.strengthPts = strengthPts
self.alterego = alterego
self.powers = powers
self.motto = motto
self.villain = villain
def addStrengthPts(self, points):
# Adds points to the superhero's strength.
self.strengthPts = self.strengthPts + points
def addname(self):
if(self.name == "Dr.Cyber"):
print("My hero's name is Dr.cyber!")
elif(self.name == "Mr.cyber"):
print("My hero's name is Mr.cyber!")
elif(self.name == "Cyber Guy"):
print("My hero's name is Cyber Guy!")
else:
print("My hero doesn't have a name")
def addalterego(self):
if(self.alterego == "John Evergreen"):
print("Dr.Cyber's alter ego is John Evergreen")
elif(self.alterego == "John Silversmith"):
print("Dr.Cyber's alter ego is John Silversmith.")
elif(self.alterego == "Johnathen Grey"):
print("Dr.Cyber's alter ego is Johnathen Grey.")
else:
print("Dr.Cyber Does not have an alter ego")
def addpowers(self):
if(self.powers == "flight, super strength, code rewrighting, electronics control, psychic powers"):
print(fly. He is super strong. He can rewrite the genetic code of any object around him to whatever he wants.He can control surrounding electronics to do what he wants. He can move objects with his mind.")
else:
print(Fly. He can rewrite the genetic code of any object around him. he can move objects with his mind.")
def addmotto(self):
if(self.motto == "error terminated!"):
print("rewritting the code!")
else:
print("error eliminated!")
def addvillain(self):
if(self.villain == "The Glitch"):
print("Dr.Cyber's Arch nemisis is The Glitch.")
elif(self.villain == "The Bug"):
print("Dr.Cyber's Arch nemisis is The Bug.")
else:
print("Dr.Cyber has no enemies!")
def main():
newhero = superhero("Dr.Cyber", "John Evergreen", "fly. He is super strong. He can rewrite the genetic code of any object around him to whatever he wants.He can control surrounding electronics to do what he wants. He can move objects with his mind.", "The Glitch", "error terminated!", "0")
print("My Superhero's name is " + newhero.name + ".")
print(newhero.name + "'s alter ego is " + newhero.alterego + ".")
print(newhero.name + " can " + newhero.powers + ".")
print(newhero.name + "'s arch nemisis is " + newhero.villain + ".")
print("when " + newhero.name + " fights " + newhero.villain + ", he lets out his famous motto " + newhero.motto + ".")
print(newhero.name + " defeated " + newhero.villain + ". Hooray!!!")
print(newhero.name + " gains 100 strengthpts.")
main()
PLEASE ONLY SUBMIT THE CORRECT VERSION OF THIS CODE!!! NOTHING ELSE!!!
Answer:
you need to properly indent it
Explanation:
align your codes
Mark the other guy as brainliest, I'm just showing you what he meant.
I'm not sure if that's all that's wrong with your code, I'm just explaining what he meant.
Answer:
def_init(self, name = "", strengthpts = 0, alterego = "", villain "", powers = "", motto = ""):
# Create a new Superhero with a name and other attributes
self.name = name
self.strengthPts = strengthPts
self.alterego = alterego
self.powers = powers
self.motto = motto
self.villain = villain
def addStrengthPts(self, points):
# Adds points to the superhero's strength.
self.strengthPts = self.strengthPts + points
def addname(self):
if(self.name == "Dr.Cyber"):
print("My hero's name is Dr.cyber!")
elif(self.name == "Mr.cyber"):
print("My hero's name is Mr.cyber!")
elif(self.name == "Cyber Guy"):
print("My hero's name is Cyber Guy!")
else:
print("My hero doesn't have a name")
def addalterego(self):
if(self.alterego == "John Evergreen"):
print("Dr.Cyber's alter ego is John Evergreen")
elif(self.alterego == "John Silversmith"):
print("Dr.Cyber's alter ego is John Silversmith.")
elif(self.alterego == "Johnathen Grey"):
print("Dr.Cyber's alter ego is Johnathen Grey.")
else:
print("Dr.Cyber Does not have an alter ego")
def addpowers(self):
if(self.powers == "flight, super strength, code rewrighting, electronics control, psychic powers"):
print(fly. He is super strong. He can rewrite the genetic code of any object around him to whatever he wants.He can control surrounding electronics to do what he wants. He can move objects with his mind.")
else:
print(Fly. He can rewrite the genetic code of any object around him. he can move objects with his mind.")
def addmotto(self):
if(self.motto == "error terminated!"):
print("rewritting the code!")
else:
print("error eliminated!")
def addvillain(self):
if(self.villain == "The Glitch"):
print("Dr.Cyber's Arch nemisis is The Glitch.")
elif(self.villain == "The Bug"):
print("Dr.Cyber's Arch nemisis is The Bug.")
else:
print("Dr.Cyber has no enemies!")
def main():
newhero = superhero("Dr.Cyber", "John Evergreen", "fly. He is super strong. He can rewrite the genetic code of any object around him to whatever he wants. He can control surrounding electronics to do what he wants. He can move objects with his mind.", "The Glitch", "error terminated!", "0")
print("My Superhero's name is " + newhero.name + ".")
print(newhero.name + "'s alter ego is " + newhero.alterego + ".")
print(newhero.name + " can " + newhero.powers + ".")
print(newhero.name + "'s arch nemisis is " + newhero.villain + ".")
print("when " + newhero.name + " fights " + newhero.villain + ", he lets out his famous motto " + newhero.motto + ".")
print(newhero.name + " defeated " + newhero.villain + ". Hooray!!!")
print(newhero.name + " gains 100 strengthpts.")
main()
the poetic term with it's defintion
Answer:
Alliteration. Close repetition of consonant sounds, especially initial consonant sounds.
Anapest. Foot consisting of 2 unstressed syllables followed by a stress.
Assonance. Close repetition of vowel sounds.
Blank verse. Unrhymed iambic pentameter.
Caesura. A deliberate rhetorical, grammatical, or rhythmic pause, break, cut, turn, division, or pivot in poetry.
Chapbook. A small book of about 24-50 pages.
Consonance. Close repetition of consonant sounds--anywhere within the words.
Couplet. Stanza of 2 lines; often, a pair of rhymed lines.
Dactyl. Foot consisting of a stress followed by 2 unstressed syllables.
Decasyllable. Line consisting of 10 syllables.
Enjambment. Continuation of sense and rhythmic movement from one line to the next; also called a "run-on" line.
Envoi. A brief ending (usually to a ballade or sestina) no more than 4 lines long; summary.
Epigraph. A short verse, note, or quotation that appears at the beginning of a poem or section; usually presents an idea or theme on which the poem elaborates, or contributes background information not reflected in the poem itself.
Foot. Unit of measure in a metrical line of poetry.
Galleys. First typeset version of a poem, magazine, and/or book/chapbook.
Hendecasyllable. Line consisting of 11 syllables.
Hexameter. Line consisting of 6 metrical feet.
Honorarium. A token payment for published work.
Iamb. Foot consisting of an unstressed syllable followed by a stress.
Line. Basic unit of a poem; measured in feet if metrical.
Meter. The rhythmic measure of a line.
Octave. Stanza of 8 lines.
Octosyllable. Line consisting of 8 syllables.
Pentameter. Line consisting of 5 metrical feet. For instance, iambic pentameter equals 10 syllables (5 unstressed, 5 stressed).
Quatrain. Stanza of 4 lines.
Quintain. Stanza of 5 lines.
Refrain. A repeated line within a poem, similar to the chorus of a song.
Rhyme. Words that sound alike, especially words that end in the same sound.
Rhythm. The beat and movement of language (rise and fall, repetition and variation, change of pitch, mix of syllables, melody of words).
Septet. Stanza of 7 lines.
Sestet. Stanza of 6 lines.
Spondee. Foot consisting of 2 stressed syllables.
Stanza. Group of lines making up a single unit; like a paragraph in prose.
Strophe. Often used to mean "stanza"; also a stanza of irregular line lengths.
Tercet. Stanza or poem of 3 lines.
Tetrameter. Line consisting of 4 metrical feet.
Trochee. Foot consisting of a stress followed by an unstressed syllable.
which operating systems have both workstation and server editions?
-ios
-android
-ubuntu
-windows
Answer:
WINDOWS
Explanation:
The operating system that have both workstation and server editions is windows. The correct option is D.
What is an operating system?The operating system (OS) controls all of the computer's software and hardware. It basically manages files, memory, as well as processes, handles input along with output, and controls peripheral devices such as disk drives and printers.
The most chief software that runs on a computer is the operating system. It is in charge of the computer's memory, processes, as well as all software and hardware.
Several computer programs typically run concurrently, all of which require access to the computer's processor (CPU), memory, and storage.
Operating systems now use networks to connect to one another as well as to servers for access to file systems and print servers. MS-DOS, Microsoft Windows, and UNIX are the three most popular operating systems.
Thus, the correct option is D.
For more details regarding operating system, visit:
https://brainly.com/question/6689423
#SPJ2
Consider the following code:
a = 3
b = 2
print (a ** b)
What is output?
O 8
O9
O 1
6
Explanation:
I think the output is 6
am not sure tho hope my answr helps
how to get bing with any node unblocker
Answer:
rawr xD broooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
Explanation:
UwUOwO<3Input a list of positive numbers, terminated by 0, into an array Numbers[]. Then display the array and the largest and smallest number in it.
Answer:
hope this helps and mark my ans brainliest if it helped.
Explanation:
def main():
Numbers = []
n = input("Enter the number: ")
while n != 0:
Numbers.append(n)
n = input("Enter the number: ")
if len(Numbers) > 0:
max = Numbers[0]
min = Numbers[0]
for i in range(0, len(Numbers)):
if max < Numbers[i]:
max = Numbers[i]
if min > Numbers[i]:
min = Numbers[i]
print Numbers
print "Largest: ", max
print "Smallest: ",min
main();
Manny wants to create a new database. He has opened the database software and he has selected a new blank database. He has also named the database. What should he do next?
A. Enter field names.
B. Save the database.
C. Open the table.
D. Create a primary key.
Where does Reiner take eren after they have a fight?
Answer:
So Reiner And Bertoldt wanted to take Eren and Ymir to Marley, a nation on the other side of the ocean so they can be devoured and there power can be given to a warrior canidate.
Answer:
what season tho?
Explanation:
Reiner took eren to the Forest
4. What is the difference between trademarks and copyrights?
Answer:
Generally, copyrights protect creative or intellectual works, and trademarks apply to commercial names, phrases, and logos. ... Trademarks protect the use of a company's name and its product names, brand identity (like logos) and slogans.
Explanation:
IS ANYONE ELSE JUST GETTING PPL PUTTING LINKS WHEN U ASK A QUESTION???
Rachel wants to minimize project risks. Arrange the steps in an order that will correctly help Rachel and her team to minimize project risks.
Answer:
identify, evaluate, prioritize, and then control
Explanation: I got a 100% on my test.
Please Help!
What is typically used for input commands and uses a mathematical interpretation of human motion?
a. Gesture-based interaction
b. VoIP
c. Telepresence
Answer: Gesture-based interaction
Explanation:
Option a (Gesture-based interaction) is the correct alternative.
Interactions that exclusively use gestures and will have a complex gestured syntax need palm orientation or posture monitoring.Users can interact or communicate with such as user interface design by employing gestures by implementing interface design instead of using a code-centric approach.
Option b (VoIP) - Calling through wireless Broadband rather than just traditional telephone service would be possible with this equipment.
Option c (Telepresence) - Some technologies somehow allow individuals to seem present, or influence a location that they don't geographically occupy, such as the usage of virtual reality.
Thus the above option is the right one.
Learn more about Gesture-based interaction here:
https://brainly.com/question/4152303
Which statement describes one of the responsibilities of a computer programmer?
A.
providing remote technical support to users
B.
installing, configuring, and monitoring network systems
C.
using computer-generated software to create special effects
D.
using coding languages to create software for retrieving data
E.
designing and implementing databases
Answer:
d i think
Explanation:
The purpose of data analysis is to filter the data so that only the important data is viewed.
False
True
Answer:
YES IT IS TRUE!
Explanation:
why do computer architects prefer memory dump to be in base 16
Answer:
We use hexadecimal numbers primarily because they provide a more human-friendly representation and it is much easier to express binary number representations in hex than in any other base number system.
Explanation:
how is space-bot from starwars contributing to society today?