Comments on: Quiz 1 https://sayedkenawy.com/2018/09/28/quiz-1/ Tue, 22 Jan 2019 13:53:18 +0000 hourly 1 By: basant abdula mohamed https://sayedkenawy.com/2018/09/28/quiz-1/#comment-943 Tue, 22 Jan 2019 13:53:18 +0000 http://www.sayedkenawy.com/?p=555#comment-943 1-What basic tools do you need to start programming?

– computer system
– Install the CLI , and how to use the CLI.
– Install a text editor.
– Learn a programming Language.
__

2- What command would you use for the following in bash (CLI) ?

3- to check my current directory

$ echo $PWD

4- Change to a directory named ‘bin’ (bin is in your current directory)
$cd /bin

5- make a new directory called ‘lib’

$FILE_MKDIR, ‘lib’

6-create a new file called ‘book.py’

py cf book.py files

7- list all the contents the current directory

$ ls -a

]]>
By: احمد محمود محمود رجب https://sayedkenawy.com/2018/09/28/quiz-1/#comment-930 Sat, 05 Jan 2019 10:05:58 +0000 http://www.sayedkenawy.com/?p=555#comment-930 1-What basic tools do you need to start programming?
# computer system

# Install the CLI and how to use it

# Install a text editor.

# Learn a programming Language.

2- What command would you use for the following in bash (CLI) ?
>>to check my current directory
(($ echo $PWD))
>>Change to a directory named ‘bin’ (bin is in your current directory)

(($cd /bin))
>>make a new directory called ‘lib’
(($FILE_MKDIR, ‘lib’))
>>create a new file called ‘book.py’
(($touch book.py))
>>list all the contents the current directory
(($ ls
$ ls -f))

]]>
By: محمد خالد عبد الفتاح عبد المحسن https://sayedkenawy.com/2018/09/28/quiz-1/#comment-157 Sat, 10 Nov 2018 17:59:14 +0000 http://www.sayedkenawy.com/?p=555#comment-157 1-what basic tools do you need to start programming
.computer system
.install the cli and how to use the cli
.install text ediotor
.learn aprogramming language
2-what command would you use for the following in bash(cli
3-to check my current directory
.$echo$Pwd
4-change to dirctory called ‘lip’
.$ Cd/bin
5-make anew dirctory called ‘bin’
.$file_MKDIR, ‘lip’
6-creat anew file called book py’
.py cf book.py file /touch bookpy
7- list all the contents the current directory
$ is_a

]]>
By: احمد السيد صقر https://sayedkenawy.com/2018/09/28/quiz-1/#comment-156 Sat, 10 Nov 2018 17:54:01 +0000 http://www.sayedkenawy.com/?p=555#comment-156 1-What basic tools do you need to start programming?
computer, learn the command line interface CLI or text editor(sublime, bracket), programming language, Apache, FTP.

2- What command would you use for the following in bash (CLI)?
*to check my current directory $pwd

*Change to a directory named ‘bin’ (bin is in your current directory) $cd /bin

*make a new directory called ‘lib’ $mkdir lib

*create a new file called ‘book.py’ $touch book.py

*list all the contents the current directory $ ls
$ ls -f

]]>
By: تسنيم علي البرعي https://sayedkenawy.com/2018/09/28/quiz-1/#comment-141 Sun, 21 Oct 2018 21:10:18 +0000 http://www.sayedkenawy.com/?p=555#comment-141 1-what basic tools do you need to start programming ?
_ computer science fundamentals
_install the cli and how to use the cli
_install atext editor
_learn aprogramming language
_coursera
_youtube
_ help ful resources (stack overflow)
2-what command would you use for the following in bash ( cli)?
3-to check my current directory
Secho$PWD
4-change to directory named ‘bin'<bin is inyour current directory $cb/bin
5- make anew directory called 'lib'
$file-Mkdir 'lib'
6-create anew file called 'book .py
Touch book .py
7-list all the contents the current directory
$Is -a

]]>
By: محمد حمدي عبد اللطيف الدسوقي https://sayedkenawy.com/2018/09/28/quiz-1/#comment-137 Fri, 19 Oct 2018 19:34:35 +0000 http://www.sayedkenawy.com/?p=555#comment-137 What basic tools do you need to start programming?
1/computer 2/editor 3/compiler 4/suitable language programming
What command would you use for the following in bash (CLI)?
dirpath = os.getcwd()
Check your current directory?
foldername = os.path.basename(dirpath)
print(“Directory name is : “bin” + foldername}
Change to a directory named ‘bin’ (bin is in your current directory)?
cd/bin
5- make a new directory called ‘lib?
FILE_MKDIR, ‘lib’
create a new file called ‘book.py’?
py cf book.py files

]]>
By: محمد سامي قاسم https://sayedkenawy.com/2018/09/28/quiz-1/#comment-136 Fri, 19 Oct 2018 19:08:27 +0000 http://www.sayedkenawy.com/?p=555#comment-136 1.What basic tools do you need to start programming?
computer.editor.compiler.programming language
2.What command would you use for the following in bash (CLI)?
Check your current directory
3.Check your current directory
dirpath = os.getcwd()
4.Change to a directory named ‘bin’ (bin is in your current directory)
$cd /bin
5.make a new directory called ‘lib’
to make a new directory called ‘lib’
os.mkdir(lip)
6.create a new file called ‘book.py
file=open(“c: \\book.py”,’w’ )
7.list all the contents the current directory

]]>
By: Mohamed magdy eldeep https://sayedkenawy.com/2018/09/28/quiz-1/#comment-134 Fri, 19 Oct 2018 14:27:37 +0000 http://www.sayedkenawy.com/?p=555#comment-134 1- What is the basic tools do you need to start programming ?
* code editor, a compiler or interpreter,
*any programming language
* Install the CLI and how to use it
* You can develop for Android on OSX, windows or Linux

2-What command would you use for the following in bash (CLI)?
* The echo command

3-Check your current directory?
*To display the location of your current working directory, enter the command pwd

4-Change to a directory named ‘bin’ (bin is in your current directory)
*change directories with the cd command

5-make a new directory called ‘lib’
*You can also create multiple new directories in the current directory by using the md command

6-create a new file called ‘book.py’?

*touch book.py

7-list all the contents the current directory?

$You can use the ls command to list the files in any directory to which you have access.

ls hello
Lists files whose complete name is hello; if hello is a directory, displays the contents of the
-a
Shows all files, including those beginning with . (a period). The dot is special in the Unix file
-F
Marks special files with symbols to indicate what they are: / for directories, @ for symbolic links, * for executable programs
-l
Shows the rights to the file, the owner, the size in bytes, and the time of the last modification made to the file. (The l stands for “long”.)

]]>
By: محمد مجدى السيد الديب https://sayedkenawy.com/2018/09/28/quiz-1/#comment-133 Fri, 19 Oct 2018 13:14:25 +0000 http://www.sayedkenawy.com/?p=555#comment-133 1- What is the basic tools do you need to start programming ?
* code editor, a compiler or interpreter,
*any programming language
* Install the CLI and how to use it
* You can develop for Android on OSX, windows or Linux

2-What command would you use for the following in bash (CLI)?
* The echo command

3-Check your current directory?
*To display the location of your current working directory, enter the command pwd

4-Change to a directory named ‘bin’ (bin is in your current directory)
*change directories with the cd command

5-make a new directory called ‘lib’
*You can also create multiple new directories in the current directory by using the md command

6-create a new file called ‘book.py’?

*touch book.py

7-list all the contents the current directory?

$You can use the ls command to list the files in any directory to which you have access.

ls hello
Lists files whose complete name is hello; if hello is a directory, displays the contents of the
-a
Shows all files, including those beginning with . (a period). The dot is special in the Unix file
-F
Marks special files with symbols to indicate what they are: / for directories, @ for symbolic links, * for executable programs
-l
Shows the rights to the file, the owner, the size in bytes, and the time of the last modification made to the file. (The l stands for “long”.)

]]>
By: Ahmed Sobhy Abdo Algendy https://sayedkenawy.com/2018/09/28/quiz-1/#comment-132 Fri, 19 Oct 2018 13:06:09 +0000 http://www.sayedkenawy.com/?p=555#comment-132 1 _What basic tools do you need to start ?
-Computer
-CLI
– programming language
-Text editor
-shell

2 _ What command would you use for the following in bash ( CLI ) ?
-Command line interface

3 _ Check your current directly .
-PWD

4 _ Change to directory named “bin” .
-CD bin

5 _ Make a new directory called “lib” .
– MK Dir lib

6 _ Create a new file called “book,py” .
-touch book.py

7 _ List all the contents the current directory .
-LS

]]>