Questions

  1. What is client-server architecture?
  2. How do you run operating-specific commands in Python code?
  3. What is the difference between LAN and VLAN?
  4. What will the output of the following code be?
   List = [‘a’, ‘b’, ‘c’, ‘d’, ‘e’]
Print(list [10:])
  1. Write a Python program to display a calendar (hint: use the calendar module).
  2. Write a Python program to count the number of lines in a text file.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset