The Linux operating system was created by which software engineer?

Answers

Answer 1
Answer:

Answer:

Linux, computer operating system created in the early 1990s by Finnish software engineer Linus Torvalds and the Free Software Foundation (FSF). While still a student at the University of Helsinki, Torvalds started developing Linux to create a system similar to MINIX, a UNIX operating system.

Explanation:


Related Questions

Annika is attending college next year. She just got information on the college costs and the financial aid package the college is offering. Annika knows her parents can contribute $7,500 each year.Annika’s College Costs & Financial Aid Package per Year Costs Financial Aid Package Tuition & Fees Grants & Scholarship $21,500 $10,500 Room & Board Work-Study $13,500 $9,000 How much will Annika need to pay each year from her own savings and from loans? $8,000 $11,000 $15,500 $17,000
Write a MARIE program to calculate some basic statistics on a list of positive numbers. The program will ask users to input the numbers one by one. Assume that all numbers will be in the range 1 to 1000. To terminate the data entry, the user will input any negative number. Once the data entry is complete, the program will show four statistics about the list of numbers: (i) Count, (ii) Minimum value, and (iii) Sum of the numbers.
How does a light bulb work
Which process is used for sending invitations to players to start a game?A) TutorialB) NewsletterC) Player ForumD) Player Matching
Cyber bullying is protected by Freedom of SpeechTrue or False

To use an outline for writing a formal business document, what should youdo after entering your bottom-line statement?
A. Move the bottom-line statement to the end of the document.
O
B. Enter each supporting detail from the outline on a separate line.
O
c. Write a topic sentence for every detail.
O
D. Enter each major point from the outline on a separate line.

Answers

Answer: D. enter each major point from the outline on a separate line

Hello,I have to build a program using assembly with Mars system.

The program is supposed to return a hailstone Sequence

A)- get user input (integer) - N

B) check if even or odd

- if the input is even, the next number should N/2

- if the user's input (N*3)+1

C) reproduce the operation on the next number until the number is equal to 1

D) display the sequence

E) count and display the number of iterartion

I have the user input done, and then, I tried to do a bitwise operation using AND to see if the number is even or not but the program doesn't work after the user's input, as i have an output equal to zero

can you help me please?

here is my code so far

.data

prompt: .asciiz "enter an integer:"
message1: .asciiz "you entered an even number"
message2: .asciiz "you entered an odd number"
message3: .asciiz "and the next numbers should be:"
gototheline: .asciiz "\n"
message4: .asciiz "you just entered the number:"



.text
main:

#print the prompt
li $v0,4
la $a0,prompt
syscall

#get the user's input
li $v0,5
syscall

#store the input'svalue
move $t3, $v0

#display the user's input message
li $v0,4
la $a0,message4
syscall

#go to the line
li $v0,4
la $a0,gototheline
syscall

#print value entered by user
li $v0,1
move $a0, $t3
syscall

#go to the line
li $v0,4
la $a0,gototheline
syscall

#bitwise operation on the input
and $a0,$0,1

#call odd function if number is odd
beq $a0,1,ifodd

#print next number message
li $v0, 4
la,$a0,message3
syscall

#go to the line
li $v0,4
la $a0,gototheline
syscall

#print result
li $v0,1
addi $a0,$v1,0
syscall

li $v0,10
syscall

ifeven:
#print message if even
la $a1,message1
syscall

#call the function operation even to do math on the number entered by user
jal operationeven

ifodd:
#print message if odd
la $a2,message2
syscall

#call method to do math on the number entered by user
jal operationodd


operationeven:
#if even N/2
div $v1,$t3,2 # return value on $v1

jr $ra #go back to the main

operationodd:

#multiply by 3
mul $t1,$t3,3

#add 1 to the result of the multiplication
add $v1, $t1,1 #return value on $v1

jr $ra #go back to the main

Answers

I think you should get used input

(p+3t/6) ÷ (p÷6) p=6 t=4

Answers

Answer:

(p+3t/6) ÷ (p÷6) = 8

Explanation:

(p+3t/6) ÷ (p÷6)

Given that:

p=6       AND     t=4

Putting values of p and t in equation:

=(6+3(4)/6)/ (6/6)       First we will solve the round brackets

=(6+12/6)/(1)               As 3*4 =12

=(6+2)                        As 12/6 = 2 and anything dividing by one remains same

=8                               Answer

Use PEMDAS.

6 + 3(4) / 6
6 + 12 / 6
6 + 2 = 8


6 / 6 = 1


8 / 1 = 8

I hope this helped.

Look at the resistor illustrated in the figure above. Based on your knowledge of the resistor color code, what are the resistance value and tolerance of this resistor? A. 525 k 20%
B. 1.5 k 10%
C. 2.7 k 5%
D. 30 k 10%

Answers

The correct answer is B!

What is individual components of a torch would need to function

Answers

Fuel
Oxigen
Heat
A stick where the torch will be carried

Why are x-ray and gamma-ray telescopes in space?

Answers

To observe ultraviolet, x-rays, gamma-rays or infrared, astronomers have had to put telescopes outside of Earth's atmosphere, normally in orbit around the Earth.