List
  1. What basic tools do you need to start programming?
  2. What command would you use for the following in bash (CLI)?
  3. Check your current directory
  4. Change to a directory named ‘bin’ (bin is in your current directory)
  5. make a new directory called ‘lib’
  6. create a new file called ‘book.py’
  7. list all the contents the current directory

26 Responses to “Quiz 1”

  1. عبدالرحمن اسامه صالح

    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

  2. Aisha Mahmoud El-Galady

    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

    • ahmed gamal abd elmotelp

      1- What is the basic tools do you need to start programming ?
      We need :
      • 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 ” ?

      -Check your current directory
      • To accomplish this task we will use “os module ” in python it has a method called “getcwd”()
      import os

      dirpath = os.getcwd()

      -Change to a directory named ‘bin’ (bin is in your current directory)

      • If you want just the directory name then either you can split by “/” or use another function called basename from os.path module.

      • foldername = os.path.basename(dirpath)
      • print(“Directory name is : “bin” + foldername)

      – to make a new directory called ‘lib’

      • os.mkdir(lip)

      – create a new file called ‘book.py’
      • file=open(“c: \\book.py”,’w’ )

      then if we want to close the file we will write this code
      file.close()

      – list all the contents the current directory

      • for x in os.listdir(‘.’):
      • print x

  3. هاميس محمد القليوبى

    1-What basic tools do you need to start programming?
    -computer , programming language , translators .
    -computer system
    -install the CLI , and how to use the CLI.
    -install a text editor .
    -learn a programming
    2- What command would you use for the following in bash “CLI ” ?
    -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

    3- to check my current directory
    – by using the pwd command.

    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’

  4. محمد محمد على الوكيل

    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

  5. Mohamed Mohamed Ali ElWakil

    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

  6. Mohamed Mohamed Ali ELWakil

    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

  7. Muhamad Sabry Yousef Algebaly

    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

  8. احمد عماد عبدالستار

    1- What is the basic tools do you need to start programming ?
    it depends on The type of programming you intend to learn (Web/Mobile) (design/develope) , the programming language what you are trying to learn but if you want to learn for example how to make an application for Android you will need some tools like android studio and xcode etc…
    2- What command would you use for the following in bash “CLI ” ?

    *to check my current directory
    $ pwd
    $echo $path
    *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
    $Is -a
    Including hidden files

  9. محمد مجدى السيد الديب

    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

    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”.)

  10. محمد مجدى السيد الديب

    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”.)

  11. محمد مجدى السيد الديب

    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”.)

  12. محمد مجدى السيد الديب

    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”.)

  13. خالد رفعت على عقده

    1-ما الأدوات الأساسية التي تحتاجها لبدء البرمجة؟
    -الكمبيوتر ، لغة البرمجة ، الترجمة. –
    نظام الكمبيوتر
    – تثبيت CLI ، وكيفية استخدام CLI.
    تثبيت محرر نص.
    – تعلم البرمجة
    ما الأمر الذي ستستخدمه في ما يلي في bash (CLI)؟
    تحقق من الدليل الحالي الخاص بك
    التغيير إلى دليل باسم “bin” (سلة الوارد في الدليل الحالي)
    أنشئ دليلًا جديدًا باسم “lib”
    إنشاء ملف جديد يسمى “book.py”
    سرد جميع محتويات الدليل الحالي
    9 ردود على “مسابقة 1”


    عبدالرحمن اسامه صالح 30 سبتمبر 2018 الساعة 9:29 صباحًا
    1-ما الأدوات الأساسية التي تحتاجها لبدء البرمجة؟
    الكمبيوتر ، تعلم واجهة سطر الأوامر CLI أو محرر النص (سامية ، قوس) ، لغة البرمجة ، Apache ، FTP.

    2- ما الأمر الذي ستستخدمه في ما يلي في bash (CLI)؟
    * للتحقق من الدليل الحالي الخاص بي $ pwd

    * تغيير إلى دليل المسمى ‘بن’ (بن في الدليل الحالي الخاص بك) $ cd / bin

    * إنشاء دليل جديد يسمى ‘lib’ $ mkdir lib

    * أنشئ ملفًا جديدًا باسم “book.py” $ touch book.py

    * قائمة جميع محتويات الدليل الحالي $ ls
    $ ls -f

    الرد

    عائشة محمود الجلادي 6 أكتوبر 2018 الساعة 3:16 صباحًا
    1-ما الأدوات الأساسية التي تحتاجها لبدء البرمجة؟

    – نظام الكمبيوتر
    – تثبيت CLI ، وكيفية استخدام CLI.
    – قم بتثبيت محرر نص.
    – تعلم لغة البرمجة.
    __

    2- ما الأمر الذي ستستخدمه في ما يلي في bash (CLI)؟

    3- للتحقق من الدليل الحالي الخاص بي

    $ صدى $ PWD

    4- قم بالتبديل إلى الدليل المسمى “bin” (سلة الوارد في دليلك الحالي)
    $ cd / bin

    5- إنشاء دليل جديد يسمى “lib”

    $ FILE_MKDIR ، “lib”

    6-إنشاء ملف جديد يسمى “book.py”

    py ملفات

    7 – قائمة جميع محتويات الدليل الحالي

    $ ls -a

    الرد

    احمد جمال عبد المطلب 12 أكتوبر 2018 الساعة 4:37 مساءً
    1- ما هي الأدوات الأساسية التي تحتاجها لبدء البرمجة؟
    نحن بحاجة إلى:
    • نظام الكمبيوتر
    • تثبيت CLI وكيفية استخدامه
    • تثبيت محرر نص
    • تعلم لغة برمجة

    2- ما الأمر الذي ستستخدمه في ما يلي في bash “CLI”؟

    -تحقق من الدليل الحالي
    • لإنجاز هذه المهمة سوف نستخدم “وحدة os” في بيثون لديها طريقة تسمى “getcwd” ()
    import os

    dirpath = os.getcwd ()

    -التغيير إلى دليل باسم “bin” (سلة الوارد في دليلك الحالي)

    • إذا كنت تريد فقط اسم الدليل ثم يمكنك إما انقسام بواسطة “/” أو استخدام وظيفة أخرى تسمى basename من وحدة os.path.

  14. عمر محمد عبد الروؤف أبو الغيط

    1. What basic tools do you need to start programming?
    – Personal computer
    – learn a programming language you hope to use
    – learn how to use CLI
    – Text editor
    2. What command would you use for the following in bash (CLI)?
    3. Check your current directory
    – $echo $path
    4. Change to a directory named ‘bin’ (bin is in your current directory)
    – $cd bin/
    5.make a new directory called ‘lib’
    – $ mkdir lib
    6.create a new file called ‘book.py’
    – $touch book.py
    7. list all the contents the current directory
    – Is-a
    lists all contents in the working directory, including hidden files and directories

  15. محمد مجدى السيد الديب

    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”.)

  16. Ahmed Sobhy Abdo Algendy

    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

  17. محمد مجدى السيد الديب

    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”.)

  18. Mohamed magdy eldeep

    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”.)

  19. محمد سامي قاسم

    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

  20. محمد حمدي عبد اللطيف الدسوقي

    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

  21. تسنيم علي البرعي

    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

  22. احمد السيد صقر

    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

  23. محمد خالد عبد الفتاح عبد المحسن

    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

  24. احمد محمود محمود رجب

    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))

  25. basant abdula mohamed

    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

Leave a Reply

Your email address will not be published. Required fields are marked *

  Posts

1 2 4
April 5th, 2022

Artificial Intelligence: A Modern Approach Lec(6)

Problem-Solving Agents https://drive.google.com/drive/folders/1dATIjI_UbdvoGwvGsVdIEHaa1wEODht3?usp=sharing

April 5th, 2022

Artificial Intelligence: A Modern Approach Lec(5)

Problem-Solving Agents https://drive.google.com/drive/folders/1K5QedjOtuhB03VRcmgETzY50lkZRA05R?usp=sharing

March 19th, 2022

Artificial Intelligence: A Modern Approach Lec(4)

Problem-Solving Agents Download from this link https://drive.google.com/drive/folders/1nmKUlWTd_f3la-BOHXpomWlOe3iLjmni?usp=sharing

March 13th, 2022

Artificial Intelligence: A Modern Approach Lec(3)

INTELLIGENT AGENTS Download from this link https://drive.google.com/drive/folders/1bQesWpipvYzw1FWwxTYO7ld7oa1UTr9_?usp=sharing  

March 5th, 2022

Artificial Intelligence: A Modern Approach Lec(2)

INTRODUCTION What Is AI? Download from this link https://drive.google.com/drive/folders/1SYygpoG-t21_4K6h9V_EllIf9nrWOv1_?usp=sharing Important link https://github.com/aimacode/aima-python https://aimacode.github.io/aima-exercises/ Task https://www.programiz.com/python-programming/keyword-list Optional https://i.am.ai/roadmap/#note  

February 23rd, 2022

Artificial Intelligence: A Modern Approach Lec(1)

INTRODUCTION What Is AI? Download from this link https://drive.google.com/drive/u/4/folders/10CUPZsMHo9simp8pc-PREViDzb2DW1bm Important link http://aima.cs.berkeley.edu/ https://github.com/aimacode/aima-python https://drive.google.com/file/d/1RPrTAQmuBj4NPnIGeZ7n9VEdmZSUoLnK/view https://drive.google.com/file/d/1Kc8e3HFPHRxasbNx3Kvt9R4U447p9otl/view https://www.youtube.com/playlist?list=PLUl4u3cNGP63gFHB6xb-kVBiQHYe_4hSi  

November 26th, 2021

Program Quiz

Click here
May 18th, 2021

ما هي مهارات العرض و التقديم ؟

ما هي مهارات العرض و التقديم ؟

May 11th, 2021

_تقرير _ اكتب الاجابة في كومنت

_اكتب اسمك كامل باللغة العربية_  الاجابة في كومنت اذكر صفات القائد ؟ حدد أهم خصائص فريق العمل ؟ ما هو […]

December 11th, 2020

كتاب مهارات الحاسب الالي

https://drive.google.com/file/d/1rfa4QEJJs-O087r_TVW6vhhzYxcMjQDf/view?usp=sharing

August 28th, 2020

الشيت الاول مهارات اتصال وعرض

     

July 1st, 2020

Research Gate

<a href=”https://www.researchgate.net/profile/El_Sayed_El-Kenawy”>El-Sayed M. El-kenawy on ResearchGate</a>

April 21st, 2020

Filter- Design Part2 Last chapter DSP-محاضره معالجه اشارات

https://youtu.be/zdBbof5-VZ4
April 21st, 2020

Filter- Design Part1 Last chapter DSP-محاضره معالجه اشارات

https://youtu.be/zdBbof5-VZ4
April 12th, 2020

circularconv معالجة اشارات

https://www.youtube.com/watch?v=Qgn6O-FPZ0o&feature=youtu.be
April 9th, 2020

Problems on Filter Realization معالجة اشارات

https://www.youtube.com/watch?v=1ZuyZQSeDso&feature=youtu.be
April 9th, 2020

حل شيت 5 مهارات الحاسب

https://drive.google.com/file/d/1-YvUakJnGyTHyBs6aTFv3yW2-3rUKSno/view?usp=sharing

April 3rd, 2020

REALIZATION معالجة اشارات

https://www.youtube.com/watch?v=d98TCckgbHc&feature=youtu.be
March 29th, 2020

Z properties معالجة اشارات

https://www.youtube.com/watch?v=uQoEGUIpioU&feature=youtu.be
March 28th, 2020

Report Solve the Following Using Z.T

March 28th, 2020

Revision on zمعالجة اشارات

https://www.youtube.com/watch?v=w3M5YYeusyQ&feature=youtu.be
March 27th, 2020

معالجة اشارات رقمية حل الشيت _سيكشن 1

https://drive.google.com/file/d/1J-UuLWmQu6EwnPN9FbvTj9-M1ekPVPQa/view?fbclid=IwAR1wCB2rP9oClLyInY-AAdO0FW4FKgisTARugw21X1BhhLZFIAAFKihXg54

March 26th, 2020

Frequency Response معالجة اشارات

https://www.youtube.com/watch?v=O5x1pxQRcSQ&feature=youtu.be
March 26th, 2020

Inverse z Transform part 4

https://www.youtube.com/watch?v=8TU-7E5DyvU&feature=youtu.be