Berikut ini adalah pertanyaan dari ramadhantuasikal12 pada mata pelajaran TI untuk jenjang Sekolah Menengah Atas
Jawaban dan Penjelasan
Berikut ini adalah pilihan jawaban terbaik dari pertanyaan diatas.
Jawaban:
Open Microsoft Excel.
Create a new spreadsheet.
In the first row, enter the following column headers:
NIM
Student_Name
UPBJJ
Computer_I_Grade
In the rows below, enter the following data:
NIM | Student_Name | UPBJJ | Computer_I_Grade
202110 | Adi | Malang | 80
202111 | Aliya | Jakarta | 96
202112 | Erna | Gorontalo | 86
202113 | Eri | Bogor | 76
202114 | Damar | Jakarta | 65
202115 | Ida | Bogor | 67
202116 | Jamal | Surabaya | 75
202117 | Rahmah | Lampung | 85
202118 | Sisi | Padang | 90
Click on the "File" tab.
In the "Save As" dialog box, select the "CSV (Comma delimited)" file format.
In the "File name" field, enter the name "Nilai_Komputer".
In the "Save in" field, select the drive E and the UT folder.
Click on the "Save" button.
The data will now be saved in a csv format file named Nilai_Komputer on drive E in the UT folder.
================================================================
Here is the R command to call the data:
nilai_komputer <- read.csv("E:/UT/Nilai_Komputer.csv")
This command will read the data from the csv file and store it in a variable called nilai_komputer. You can then use this variable to access the data in R.
Semoga dengan pertanyaan yang sudah terjawab oleh adambybudiman dapat membantu memudahkan mengerjakan soal, tugas dan PR sekolah kalian.
Apabila terdapat kesalahan dalam mengerjakan soal, silahkan koreksi jawaban dengan mengirimkan email ke yomemimo.com melalui halaman Contact
Last Update: Fri, 11 Aug 23