Search Header Logo

Power System Lab Quiz-2

Authored by Dr Raja

Professional Development, Other

University

Used 3+ times

Power System Lab Quiz-2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the value in y2 when the code show below executes?
x1 = [ 5 3 1 7 9]; [y1 y2]=min(x1); 

5
3
1
7

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the value of jj after the Matlab code below executes?
jj=0; for ii=1:2:5 jj=jj+5; end

1
5
15
2

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What value does the variable q contain after the Matlab code below executes?
q=[1 3 5];
q=a*a;
q=q+2;

[1 3 5]
[3 11 27]
error message
[3 5 7]

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

After executing the following script file in MATLAB 
x = [2:4 ; ‐1:1 ; 1 2 3]; 
y=x(2,:); 
size(y') 
the displayed result is

1  2
1  3
2  1
3  1

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The range of accelerating factor is

10 to 20
20 to 30
15.5 to 20.2
1.6 to 1.8

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The advantage of Newton Raphson method is

Large number of iteration
Less computation time
Large computer memory is required

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The draw back of NR method as compare to Gauss-Seidel method is/are?

large requirement of computer memory
large number of iterations
less computation time
large computation time

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?