Scripting and IC

Scripting and IC

University

10 Qs

quiz-placeholder

Similar activities

Characters acquaintance 1

Characters acquaintance 1

8th Grade - University

13 Qs

Accounting general journal

Accounting general journal

10th Grade - University

8 Qs

Quiz sobre Sistemas Operativos de Libre Distribución

Quiz sobre Sistemas Operativos de Libre Distribución

University

15 Qs

Game Dev

Game Dev

4th Grade - University

5 Qs

Family Tree

Family Tree

5th Grade - University

13 Qs

Intro to Python Programming Quiz 9D

Intro to Python Programming Quiz 9D

1st Grade - University

14 Qs

Đố vui

Đố vui

1st Grade - Professional Development

10 Qs

C++  quiz

C++ quiz

University

15 Qs

Scripting and IC

Scripting and IC

Assessment

Quiz

Other

University

Hard

Created by

Rahul NA

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Below is a part of a Perl Program. Which one of the four option is Right?

def my_function():
  print("Hello from a function")

my_function()

proc helloWorld {} {

   puts "Hello, World!"

}

helloWorld

sub Hello{

  print "Hello\n";

}

use ref;

ref::Hello();

set fp [open "input.txt" a+]

puts $fp "test2"

close $fp

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are the three types of Variables in Perl

1.Scalar

2.Array

3.Hash

  1. 1. Integer

  2. 2. String

  3. 3. Binary

  1. 1. Set

  2. 2. Tuple

  3. 3. List

  1. 1. Namespace

  2. 2. Dictionary

  3. 3. Class

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the output of the Below Program?

proc add {a {b 100} } {

   return [expr $a+b]

}

puts [add 100]

100

200

Error

0

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

In the Below TCL program, what will be the output?

set s1 "Hello World"

set s2 "o"

puts "MARKER"

puts "First occurrence of $s2 in s1"

3

4

5

6

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true when you need to run a tcl file

tk filename.tcl

tcl filename.tcl

tclsh filename.tcl

sudo filename.tcl

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

One of the main disadvantage in Czochralski method?

Not able to develop a uniform single crystal

High cost of Seed

Segregation effect

Incorporation of Dopant

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Where does RF sputtering is used?

To deposit thin film chemically

To deposit oxide layers

To deposit metals

To deposit films with higher deposition rate.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?